gridview中设置列的宽度
<asp:BoundField DataField="addstyle" HeaderText="标题" SortExpression="addstyle" >
<ItemStyle Width="15%" />
<HeaderStyle Width="15%" />
</asp:BoundField>
<asp:BoundField DataField="addstyle" HeaderText="标题" SortExpression="addstyle" >
<ItemStyle Width="15%" />
<HeaderStyle Width="15%" />
</asp:BoundField>