4
Answers

Create a requiredfieldvalidator dinamically from javascript

Photo of samanta

samanta

9y
1k
1
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)