I have a tab control with multiple tabpages.
While navigating between the tabpages the contents of the page has to be validated. The problem is after left-clicking on the tabpage head the contents of the previously selected tabpage becomes blank. Is there anyway to display the tabpages contents while validating the tabpage.
its in WinForms application.
Regards
Venkatesaperumal

Tabpage navigation
ArchieW
Is it possible that your messagebox steal the focus Does this problem still occur when the code about the messagebox is deleted
Osmose1000
sunil babar
Which event are you validating the page content in
Andrej
Atul Bahl
Its a WinForms application.
The problem occurs particularly when a message box is displayed to show the validation message.
leony1979
How long does this validation take If the previous tabpage turns blank, I'd say - a lot... Could you try simplifying the validation procedure
Andrej