gpt4 book ai didi

asp.net - asp :RequiredFieldValidator and radiobuttons

转载 作者:行者123 更新时间:2023-12-04 09:25:37 25 4
gpt4 key购买 nike

这是我在 stackoverflow.com 上的第一个问题。

我正在做一个学校项目,我必须验证用户的输入。每次加载页面时,它都会给出服务器错误消息。请查看代码,以及后面的错误信息。

<div>
<table>
<td>
<asp:RadioButton ID="RadioButton1" runat="server"></asp:RadioButton>
<asp:RequiredFieldValidator ID="validateCheck" runat="server" ControlToValidate="RadioButton1" ErrorMessage="Please Enter" Display="Dynamic"></asp:RequiredFieldValidator>
</td>
</table>
</div>
Server Error in '/' Application.
Control 'RadioButton1' referenced by the ControlToValidate property of 'validateCheck' cannot be validated.

最佳答案

RequiredFieldValidator 不验证 RadioButton。但是,您可以改用 RadioButtonList 控件(由 RequiredFieldValidator 验证)。

关于asp.net - asp :RequiredFieldValidator and radiobuttons,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12764925/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com