set string size of gridview column in c# -


for example have 3 column in gridview. string length more 10 characters. fix size of 2nd column 10. have idea how it?

can in page load?

right click gridview, "properties", "columns", in "selected fields", choose second column, "style" choose "controlstyle" , set width.


Comments