How to Update a row of Datagrid
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Everyone, I am working on DataGrid. Actually I have relationship between two table(Customers and orders) and displaying on DataGrid. I want to update a record of orders table when I click or select on datagrid, all the records of order table goes to Textbox control one by one then I or user can update the table easily. Thanks