PDA

View Full Version : Tab pages controls validation


yasiraq
05-24-2006, 10:50 PM
Hi,

I have single page having 3 tabs and on each tab I have about 10 fields with validation controls on them.

Now, the problem is, if a user didn't enter anything of field 1 in tab 1 and then move to tab 3 and presses the 'Save' button.

At this moment, the validator's alert message will appear showing that you didn't fill that field.

But how can a user come to know that on which tab this problem has occured?.

Ideally, it should be like this the focus should move to that tab and to that control as well. Is this possible?

Regards

handshakeit
05-30-2006, 12:23 PM
You must validate on the lost focus event of the tab.......