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 があります。各列のヘッダーが長いので、1 行ではなく 2 ~ 3 行で書きたいと思います。どうやってするか?
1 つの方法を次に示します。
<asp:BoundField DataField="Description" HeaderText="Description <br /> more stuff" SortExpression="Description" HtmlEncode="False" />