1
Answer

Need to compare two table values and save the difference of both tables using asp.net c#

need to compare two table values and save the difference of both tables using asp.net c#
Answers (1)
0
Nitesh Luharuka
NA 18k 1.5m 12y
You mentioned there is a textbox for entering Bill number, however you are using
cb_billno.SelectedItem
to get the bill number. I think, you should use txtBillNo.Text where txtBillNo is the textbox ID.