Set gridview's column width [duplicate]
问题 This question already has answers here : set column width of a gridview in asp.net (6 answers) Closed 6 years ago . I have gridview as follows: But when i enters any larger with text in it, its column with gets increased as follows: In this we can see that when i have entered large text English Question column's with has got effected. I wanted to keep it fix. For that i added <ItemStyle HorizontalAlign="Left" Width="45%" /> in grid's templatefield but its not working. I also made wrap="true"