How to Update a row in Datagrid
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Everyone, 1.I am working on DataGrid. Actually I have relationship between two table(Customers and orders) 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 then I or user can update the table easily. 2. How to store the primary key of order table. ( I am using ArrayList ) Thanks