Sunday, January 8, 2012

C#(Gets the Row Index of the clicked Item on the control Event)


//gets the row index of the sender control
int RowIndex = ((sender as LinkButton).NamingContainer as GridViewRow).RowIndex;

No comments:

Post a Comment