Get Index Of Gridview with textbox change event 1 min read Asp.net Get Index Of Gridview with textbox change event Mahesh Javiya 14 years ago Get Index Of Gridview with textbox change event TextBox txt = sender as TextBox; GridViewRow row = txt.NamingContainer as GridViewRow; int rowIndex = row.RowIndex;... Read More