2
Answers

SqlCommandBuilder not updating database in C#

Photo of Fouzia Qureshi

Fouzia Qureshi

4y
571
1
I am using disconnected approchfor a form with 2 buttons, but unable to perform functionality of 1 button.
Search button will search products from tblProduct table and display in Datagridview. User can add edit or delete rows in Datagridview and update button will update the data in database.
 
 

Attachment: asg9.zip

Answers (2)