Hi,
I have 3 tabs in a page. Each tab page has a multiple asp.net controls with required field validators. The problem is -
Although I have filled all required fields in tab1 & clicked second tab, it does not allow me to move to second tab page or third tab page. I found the issue - because second tab page do have controls with validators.
Now could you please someone hint me how can I move from one tab to another eventhough the tab page you are moving does have validators on it. Basically, the idea is once all required fields are entered it should allow to move to next tab page and so on. Remember I do have button only at the last tab page. Validation needs to be triggered only on clicking the tab!
Thanks.
Milan G