Hi everyone.
I've got an ASP.NET page that includes an asp:TextBox with a RegularExpressionValidator attached, and some JavaScript that creates an INPUT textbox (among other things) on the page.
I'd like to attach another RegularExpressionValidator onto that new INPUT without going back to the web server. Is this possible?
Many thanks.
(Search fodder follows. These validators would have the same issue.)
RequiredFieldValidator
CompareValidator
RangeValidator
CustomValidator