开发者

C# Validation control

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜