我可以在服务器端调用 CustomValidator 方法而不分配 ControlToValidate 吗?
我有来自同一组的 3 个单选按钮,每个单选按钮都启用其列表框。 我想检查是否选中了单选按钮以及是否从其列表框中选择了项目。
所以我只使用 CustomValidator 和服务器端方法来检查条件并触发特定的 ErrorMessage。
我的问题是,我可以在不将 customValidator 分配给控件的情况下调用此方法吗,因为我有 3 个可能的 radioButtons?
谢谢, 艾迪
I have 3 RadioButtons from same group, and every radioButton enables its listbox.
I want to check if radiobutton was checked and its if items were selected from its listbox.
So I"m using CustomValidator with only server side method which checks the conditions and fires the specific ErrorMessage.
My question is, can i call this method witout assigning the customValidator to a control, since i have 3 possible radioButtons?
thanks,
Eddie
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://msdn.microsoft.com/en -us/library/9eee01cx%28v=VS.100%29.aspx
http://msdn.microsoft.com/en-us/library/9eee01cx%28v=VS.100%29.aspx