How to Update a row in Datagrid
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Everyone, Again I am posting my problem. 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 one datagrid row, all the records of one row (order table) goes to Textbox control one by one then I or user can update the table easily. Actually then I will have orderID in textbox control. Thanks