Hi,
I have created some panels on one form. Each panel has some textboxes and one button to save and continue. When I click the button, it does the validation for that panel. It will not proceed to the next panel if there are errors on the panel. I also have links to go to various panels and that does not do any validation. On the last panel, I have a button to submit the data from all the panels. At this submission, I want to do validation for all the panels and not just for the last panel? How should I implement this?
Thanks
I have created some panels on one form. Each panel has some textboxes and one button to save and continue. When I click the button, it does the validation for that panel. It will not proceed to the next panel if there are errors on the panel. I also have links to go to various panels and that does not do any validation. On the last panel, I have a button to submit the data from all the panels. At this submission, I want to do validation for all the panels and not just for the last panel? How should I implement this?
Thanks