在 html 输入控件上使用 aspnet 范围验证器
我正在用 C# 构建一个小型 Web 应用程序。 我正在使用范围验证器,我想将其绑定到具有 runat="server" 属性的 html 控件。
由于某种原因,它不会绑定,也不会对控件的内容执行任何检查。你们中有人知道该怎么做吗?
I am building a small web application in c#.
I am using the range validator and I want to bind it to an html control that has the runat="server" attribute to it.
From some reason it won't bind and won't perform any check for the content of the control. Does any of you have an idea what to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 MSDN 中的此链接,它应该可以工作
Based on this link from MSDN it should work