I have a master page that accepts time entry records (some text fields and some dropdownlists). If the users enter a time record, three of the fields are required, the date is validated and I have a custom validator to make sure that the time entered doesn't overlap with a time already out there. I have grouped all of them into a validationgroup =TimeUsage.
Here's my problem: when I am entering data on the content part of the page, the master page fields are being validated and I am unable to save the data. I have grouped the content page's validators into a different validationgroup , but the master page is still being validated.
Anyone else run into this and how did you fix it?
Here's my problem: when I am entering data on the content part of the page, the master page fields are being validated and I am unable to save the data. I have grouped the content page's validators into a different validationgroup , but the master page is still being validated.
Anyone else run into this and how did you fix it?