hi,
this is madhuri, i am working with gridview operations. now i find this is code
GridView1.EditIndex = e.NewEditIndex;
i have a doubt here is what is e,neweditindex
what is the functionality of neweditindex here
updating TextBox t1 = GridView1.Rows[e.RowIndex].Cells[2].Controls[0] as TextBox;
what is the functionality of controls here