You don't see any "width" property in the columns collection,you can set the width of GridView column in code behind. protected void Page_Load(object sender, EventArgs e) { GridView1.Columns[0].ItemStyle.Width = 500; }
Tuesday, March 18, 2008
Subscribe to:
Post Comments (Atom)


No comments:
Post a Comment