protected void Grdvwname_RowCreated(object sender, GridViewRowEventArgs e) { e.Row.Cells[1].Visibe=false; e.Row.Cells[2].Visibe=false; }