gridview中设置列的宽度

<asp:BoundField DataField="addstyle" HeaderText="标题" SortExpression="addstyle" >
                    <ItemStyle Width="15%" />
                    <HeaderStyle Width="15%" />
                </asp:BoundField>

你可能感兴趣的:(GridView)