Nava
December 22nd, 2006, 11:27 AM
Hi.. I am having problem in
Picking data from row where edit is clicked using GridView
I am using _RowUpdating Procedure for Updating
Now I am having problem in picking up data from the row where edit button was clicked
Let the layout in the GridView be :
sn name address
01 ram kathmandu edit delete
02 sam nagarkot edit delete
Say I clicked edit in (say first row)
Now to update the record I am using Sql like(update tblname set field=newValue..... , WHERE fieldnamewithkey=sthelse)
So I need to trap the new value.
I am using GridView (not DataGrid)
Please help
Picking data from row where edit is clicked using GridView
I am using _RowUpdating Procedure for Updating
Now I am having problem in picking up data from the row where edit button was clicked
Let the layout in the GridView be :
sn name address
01 ram kathmandu edit delete
02 sam nagarkot edit delete
Say I clicked edit in (say first row)
Now to update the record I am using Sql like(update tblname set field=newValue..... , WHERE fieldnamewithkey=sthelse)
So I need to trap the new value.
I am using GridView (not DataGrid)
Please help