Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含大量信息和列的 GridView。每一列的Header都这么长,所以我想写成两三行而不是一行。怎么做?
这是一种方法:
<asp:BoundField DataField="Description" HeaderText="Description <br /> more stuff" SortExpression="Description" HtmlEncode="False" />