[CLOSED] Catch 404 Error

  1. #1

    [CLOSED] Catch 404 Error

    Hi All,

    We are showing pages by using TabPanel for the following way,
    
    Tab1.AutoLoad.Url = GlobalFunction.GetPageNameWithVersion("Frm_Order", "6") + "?Flagtab=2";
    Tab1.AutoLoad.Mode = LoadMode.IFrame;
    Tab1.LoadMask.ShowMask = true;
    Tab1.LoadMask.Msg = "Loading ...";
    Tab1.LoadContent();
    Here the Url is getting from Database based on User.

    Suppose user can updated invalid page name , is possible to catch 404 exception when using TabPanel?
    Last edited by geoffrey.mcgill; Feb 15, 2012 at 5:42 AM. Reason: [CLOSED]
  2. #2
    Hi,

    There is no special mechanism for catching 404 errors in Ext.NET, please use the standard ASP.NET techniques.

    Please investigate:
    http://www.asp.net/web-forms/tutoria...-error-page-cs

Similar Threads

  1. Catch the OnUnload Ajaxevent
    By javito in forum 1.x Help
    Replies: 1
    Last Post: Jun 30, 2010, 4:35 AM
  2. Catch Exceptions
    By Dominik in forum 1.x Help
    Replies: 1
    Last Post: Jun 10, 2010, 7:39 AM
  3. catch HttpRequestValidationException
    By [WP]joju in forum 1.x Help
    Replies: 4
    Last Post: Dec 21, 2009, 9:51 AM
  4. [CLOSED] Event Catch-Up bug w/BorderLayout
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 04, 2009, 2:39 PM
  5. [CLOSED] Catch any failure
    By acrossdev in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 23, 2009, 7:27 AM

Tags for this Thread

Posting Permissions