protected void TextBox1_TextChanged(object sender, EventArgs e)
{
TextBox txt = sender as TextBox ;
int index = (txt .NamingContainer as GridViewRow).RowIndex;
}
{
TextBox txt = sender as TextBox ;
int index = (txt .NamingContainer as GridViewRow).RowIndex;
}