Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Ultra Web Tab : Error Page Display for Error in the tabbed page
posted

Hi, 

In my project, I am using Infragistics' Ultra Web Tab for tabbed navigation of the pages (I am new to those controls).

I am facing problem with the error pages of the website. We have centralized system for the processing of the error in the project. When any error occurs in the processing of the page, we pass the control to the error handling module. This module takes care of the logging and display of the error page. 

If any error occurs in the processing of the tabbed page ( URL = UltraWebTab.SelectedTabPage.ContentPane.TargetURL ) , error page is getting displayed in the tabbed region of the page. our requirmeent is to display the error page in the whole window (NOT on in the tabbed region).

Can anyone please suggest the possible solution.  Thank you.

  • 12025
    posted

    I am not sure if this will help a 100%, but how are you showing that page otherwise when it happens outside of the tab control? 

    One suggestion would be to send down script to the client that open up a new window and points to the error details/page. This way if the page is inside of tab or now, it will create a new window. 

    -Taz.