Tabpage navigation

 

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



Answer this question

Tabpage navigation

  • ArchieW

    Hi,
    venkatesaperumal wrote:

    Its a WinForms application.

    The problem occurs particularly when a message box is displayed to show the validation message.

    Is it possible that your messagebox steal the focus Does this problem still occur when the code about the messagebox is deleted


  • Osmose1000

    is this an ASP.NET problem or WinForms problem When you say that the tab goes "blank" i assume this is an ASP.NET thing.
  • 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



  • Tabpage navigation