protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { e.Row.Cells[0].Width = 161; e.Row.Cells[1].Width = 161; e.Row.Cells[2].Width = 161; }
Login to post response