How to update my datagrid using text boxes?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I am using Visual Studio and I am trying to update my datagrid using the info from text boxes rather than using the binding navigator to directly input the information. I was hoping that I can fill in the fields with the info and click a button to update my datagrid. Is this possible? If so how? :confused:
-
I am using Visual Studio and I am trying to update my datagrid using the info from text boxes rather than using the binding navigator to directly input the information. I was hoping that I can fill in the fields with the info and click a button to update my datagrid. Is this possible? If so how? :confused:
The easier way is using a dataset n update it. Good Luck.:rose: