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.