Editing data grid values in vs2005
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hello dear friends. I am working on a project where i have made a data grid and want to edit fields in it. i have used the edititemfield and all that. All till here is fine.the problem i am having is that how could i get the old values from the grid. kindly help me out. Regards Ahsan Ullah
-
Hello dear friends. I am working on a project where i have made a data grid and want to edit fields in it. i have used the edititemfield and all that. All till here is fine.the problem i am having is that how could i get the old values from the grid. kindly help me out. Regards Ahsan Ullah
-
use edit item index and the datasource that is bound to the grid to get the old values.. rsankarindia