开发者

C# Validation control

开发者 https://www.devze.com 2022-12-08 21:05 出处:网络
Is it possible to use asp:RequiredFieldValidator and asp:RegularExpressionValidator 开发者_如何学运维for a single textbox.yes. Just put them both on your page and set their controlToValidate to the sa

Is it possible to use asp:RequiredFieldValidator and asp:RegularExpressionValidator 开发者_如何学运维for a single textbox.


yes. Just put them both on your page and set their controlToValidate to the same control


Yes you can, just bind both to the same TextBox/whatever control you want to validate.

0

精彩评论

暂无评论...
验证码 换一张
取 消