Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Fouzia Qureshi
2.1k
36
1.4k
SqlCommandBuilder not updating database in C#
Feb 3 2021 10:24 AM
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
Reply
Answers (
2
)
Error When Passing Parameters across Multiple Forms in C#
Passing Information from ListBox1 in Form1 to ListBox2 in Form2