How to set width of column in gridview when data is fill from database runtime in gridview.
Refer:
If you want to change it from Code behind
gvStudents.Columns[0].ItemStyle.Width = 120; gvStudents.Columns[1].HeaderStyle.Width = 150;
© COPYRIGHT 2026 ASPSnippets.com ALL RIGHTS RESERVED.