[ad_1]
I think you are looking for this:
string query = string.Format(@"Update tbPegawai set Total_Gaji = Total_Gaji + ""{0}"" where Kode_Pegawai = ""{1}""",Label.Text,textBoxKDPegawai.Text);
1
[ad_2]
solved C# Update + with “label” [closed]
[ad_1]
I think you are looking for this:
string query = string.Format(@"Update tbPegawai set Total_Gaji = Total_Gaji + ""{0}"" where Kode_Pegawai = ""{1}""",Label.Text,textBoxKDPegawai.Text);
1
[ad_2]
solved C# Update + with “label” [closed]