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.
上記は、Internet Explorer 8 でレンダリングされたチェックボックスの添付画像です。
使用されるコードは <asp:CheckBox runat="server" ID="selectCheckBox" />
<asp:CheckBox runat="server" ID="selectCheckBox" />
Firefox と chrome では完全にレンダリングされますが、チェックボックスをオンにすることはできませんが、さまざまなブラウザーでこのレンダリングの問題を解決することをお勧めします。ありがとう。
チェックボックスを定義していませんText。
Text
<asp:CheckBox ID="selectCheckBox" runat="server" Text="Label" Checked="False" OnCheckedChanged="selectCheckBoxChanged" />