I am creating a gridView that allows adding new rows by adding the controls necessary for the insert into the FooterTemplate, but when the Ob
gridView
FooterTemplate
Ob
Please try the following
protected void GridView1_DataBound(object sender, EventArgs e) { GridView1.Rows[0].Visible = false; }