how to catch the Grid view for selected index through my coding part?
Loading
how to catch the Grid view for selected index through my coding part?
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.
lokesh muppanaPosted Nov 4, 2009, 11:07 PM
string row1=(GridView1.DataKeys[e.RowIndex].Values[0].ToString());
int row = Convert.ToInt32(row1);