GridViewRow row = (GridViewRow)((Control)e.CommandSource).Parent.Parent;
int i=row.RowIndex;
you can also find all controls in obtained "gridviewriw" object
thatnk you,
jaymeen patel
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.
narasimman gPosted Jan 12, 2011, 1:00 AM
I checked with his solution !! it works!!!
Hi Jaymeen,
Only questions have to be posted here!!!
Madhu KPosted Jan 11, 2011, 11:47 PM