hello,
I have 3 textboxes and user should fill atleast 1 of those.
so i have to check that.
How to do it using Required field validator/javascript function.
Note: I am not using form , the text boxes are in content holder of the page. If i use javascript how to call it on submit button which has insert code also.