Editing all GridView rows
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Two options here: + You can use the editable controls to display data in the view mode as in Edit mode. + You can customize the GridView control, the sample code can be found in the links below. http://msdn2.microsoft.com/en-us/library/aa992036(vs.80).aspx[^] http://blogs.msdn.com/mattdotson/articles/490868.aspx[^]