ASP.NET and SQL SERVER Tricks
Tuesday, April 5, 2011
select gridview(template column) row index on button click
GridViewRow row = ((Button)sender).Parent.Parent as GridViewRow;
int index = row.RowIndex;
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment