create new record (row ) in GridView @ Runtime
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi , to every one I have two GridView in One page , I need to copy record(row) from GridView1 to GridView2 when customer select that row My question how we can create new record (row ) in GridView2 and fill data at run time ? thank a lot
You need to create that new row in the datasource for that grid and then rebind the grid.