4
Answers

Create a requiredfieldvalidator dinamically from javascript

Photo of samanta

samanta

10y
1.1k
1 .NET
Is there any way to create a RequiredFieldValidator directly from JavaScript and assin the validation to a new created textbox, also created from javascript?

I know how to create a new textbox or input control, but the RequiredFieldValidator is giving me problems.

Answers (4)