【发布时间】:2017-08-27 21:04:33
【问题描述】:
我收到如下所示的错误。谁能帮我解决这个问题? enter image description here
我尝试将表单标签添加为
<form id="form1" runat="server" >
<table border="0" class="forms">
<tbody>
<tr>
<td>
<asp:RadioButton runat="server" name="RadioButton1" id="ctl00_ctl36_g_ad6f39ad_7948_409d_ba2a_e8c922b9bcdf_RadioButton1" value="RFP" text="RFP" checked="true">
</asp:RadioButton>
</td>
<td>
<asp:RadioButton runat="server" name="RadioButton2" id="ctl00_ctl36_g_ad6f39ad_7948_409d_ba2a_e8c922b9bcdf_RadioButton2" value="RFQ" text="RFQ"></asp:RadioButton>
</td>
</tr>
</tbody>
</table>
</form>
问题仍然存在。 提前致谢。
【问题讨论】:
-
我没有看到您的代码有任何问题。这必须有效。如果仍有问题,请查看此链接stackoverflow.com/questions/12957280/…
-
感谢您的支持@Ratheesh。