Hi,
This is Ravi Ranjan
Pl share row command code for gridview edit-in .net 3.5 veresion------
Thanks
Ravi
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sukesh MarlaPosted Aug 12, 2012, 10:53 AM
In Code Behind
Grid.RowCommand += new GridViewCommandEventHandler(Grid_RowCommand);
.
.
.
Hope It Helped. Please Mark answer as Accepted Answer.