This blog contains the C# hints & tips that I found in the web.
protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e){ GridViewRow row = (GridViewRow)((Control)e.CommandSource).NamingContainer; ... continue your codes here..}
No comments:
Post a Comment