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.
ASP.net グリッドビューでキャプション プロパティを空白に設定すると、html に表示されません。グリッドビューに空のキャプションを追加して、html で<caption/>まったく表示されないのではなく表示されるようにするにはどうすればよいですか。
<caption/>
<asp:GridView ID="gvClients" runat="server" Caption="">
グリッドまたはテーブル ヘッダーにテキストがない場合にタグが必要な理由を詳しく教えてください。
特定の理由で必要な場合は、コードに以下のようにスペースを追加できます。
<asp:GridView ID="gvClients" runat="server" Caption=" ">