设置ItemStyle Widthfor (int i = 0; i < GridView1.Columns.Count; i++) { GridView1.Columns[i].ItemStyle.Width = new Unit("100"); }