grdview inside repeater
Visual Studio
2
Posts
2
Posters
0
Views
1
Watching
-
hi i have a gridview inside repeater that get its rows from db i can fill both te repeater and the gridview but i need to edit the rows in gridview and submit the result to db how could i do that pls provide a code
There are lots of samples online including if you search the articles on this site. For example: Edit Individual GridView Cells in ASP.NET[^] and Editable GridView in ASP.NET 2.0[^]
There are only 10 types of people in the world, those who understand binary and those who don't.