クロムで asp:Panel を使用したい:
私のコードは簡単です:
<asp:Panel ID="pnlLoginErrorMessage" runat="server" style="height:50px; Width:100%;" GroupingText="Panel">
<asp:TextBox id="tbLoginMessage" onFocus="blur();" style="Width:100%;" TextMode="MultiLine" BorderWidth="0" BorderStyle="None" ReadOnly="true" Wrap="true" runat="Server" />
</asp:Panel>
クロムでの結果は次のようになります。
グループ化テキストは表示されず、パネル枠もありません。IE10でも発生します(互換モードなし)。
なぜ?