I have a ASP.NET web form with 5 mandatory fields,
If user selects a check box, a new set of 5 fields open up that are further mandatory.
I have defined required field validators for all 10 fields.
When I submit the form, without the checkboxes checked, still, unable to Submit the form as hidden fields inside the div are not filled.
Please suggest how to code this?
Go to the complete details ...