【发布时间】:2013-03-21 06:09:24
【问题描述】:
我想要一个 RadioButton 来显示像“
试过这样的:
<asp:RadioButton ID="RadioButton1" runat="server" Text="<hello world>" AutoPostBack="True" />
但这不会在浏览器上显示任何文本,并在客户端呈现为:
<span class="radiobutton"><input id="ctl00_mainCopy_wizard_RadioButton1" type="radio"
... />
<label for="ctl00_mainCopy_wizard_RadioButton1"><hello world></label></span>
有什么想法吗?
【问题讨论】: