验证向导控件中的用户输入
我正在使用一个向导控件,其中有几个文本框,我想验证它们该怎么做?
i am using a wizard control with few textboxes in it and i want to validate them how to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用验证摘要和必填字段验证器。自定义验证器或正则表达式验证器。网上有很多关于如何执行此操作的示例。奇尔
Use validation summary along with requiredfield validator. Custom validator or regular expression validator. Many examples of how to do this on the web. Cheere