【发布时间】:2013-01-07 04:05:00
【问题描述】:
每当我在 ASP.net 网格视图中将标题属性设置为空白时,它都不会显示在 html 中。如何在 gridview 中添加空标题,以便在 html 中显示为 <caption/> 而不是根本不显示。
<asp:GridView ID="gvClients" runat="server" Caption="">
【问题讨论】:
-
希望这个链接能帮到你stackoverflow.com/questions/3858494/…