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
solved C# Update + with “label” [closed]
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
solved C# Update + with “label” [closed]