SmartNavigation and Panels causing debug error

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default SmartNavigation and Panels causing debug error

    I have a registration type page that asks a series of
    questions but does so using Panels to display only a
    couple at a time. I have a Next and Back button on each
    panel for navigation purposes. Some of the next buttons
    have Validation enabled for input checking.
    SmartNavigation is set to True.

    If I proceed a few Panels in to the registration and try
    to backup using a Back button I get a script debug error
    from IE stating a value is null or undefined. This only
    happens on pages where the Next buttons cause validation.
    Turning off SmartNavigation fixes the problem, no more
    debug errors.

    I would really like to use SmartNavigation, but as it
    stands right now, I have to disable it for this page or
    tell all my users to disable script debugging in Internet
    Explorer. Anyone got a suggested fix?

    Chris
    Chris Ruegsegger Guest

  2. Similar Questions and Discussions

    1. Error while trying to debug
      Hello, When I was trying to open one of my ASP projects somewhere else, I got the following error message: Error while trying to run project:...
    2. DEBUG help please? LoadXml error - ugh.
      Hi, I know EVERYONE says this, but I'm using code that works fine in another form but I get an error on a new one. In my web page, I have...
    3. RS causing strange error
      For some reason,, the following recordset rs("w2itd1") will run fine when I'm looping it out on a page, but when I have it inside a sql statement,...
    4. SmartNavigation Error ...
      When I set SmartNavigation="true", and run my asp.net project I get "page not found error" and browser is being redirected to: ...
    5. Debug error message
      I am receiving an error while trying to run a web app that connects to an MSDE database engine. "Unable to start debugging on the Web server". I...
  3. #2

    Default Re: SmartNavigation and Panels causing debug error

    Smart navigation is known to be problematic. The concensus from the
    discussions on this newsgroup has been to stay away from it.

    "Chris Ruegsegger" <cruegseg-no-spam@heery.com> wrote in message
    news:022801c35c4e$57a37340$a401280a@phx.gbl...
    > I have a registration type page that asks a series of
    > questions but does so using Panels to display only a
    > couple at a time. I have a Next and Back button on each
    > panel for navigation purposes. Some of the next buttons
    > have Validation enabled for input checking.
    > SmartNavigation is set to True.
    >
    > If I proceed a few Panels in to the registration and try
    > to backup using a Back button I get a script debug error
    > from IE stating a value is null or undefined. This only
    > happens on pages where the Next buttons cause validation.
    > Turning off SmartNavigation fixes the problem, no more
    > debug errors.
    >
    > I would really like to use SmartNavigation, but as it
    > stands right now, I have to disable it for this page or
    > tell all my users to disable script debugging in Internet
    > Explorer. Anyone got a suggested fix?
    >
    > Chris

    Marina Guest

  4. #3

    Default Re: SmartNavigation and Panels causing debug error

    Is there any alternative?

    Chris
    >-----Original Message-----
    >Smart navigation is known to be problematic. The
    concensus from the
    >discussions on this newsgroup has been to stay away from
    it.

    Chris Ruegsegger Guest

  5. #4

    Default Re: SmartNavigation and Panels causing debug error

    There is no other alternative.

    "Chris Ruegsegger" <cruegseg-no-spam@heery.com> wrote in message
    news:0cdc01c35cdd$333c1810$a301280a@phx.gbl...
    > Is there any alternative?
    >
    > Chris
    >
    > >-----Original Message-----
    > >Smart navigation is known to be problematic. The
    > concensus from the
    > >discussions on this newsgroup has been to stay away from
    > it.
    >

    Alvin Bruney Guest

  6. #5

    Default RE: SmartNavigation and Panels causing debug error

    Hello Chris,

    Based on MSDN documentation, smart navigation is best used with ASP.NET pages that require frequent postbacks but
    with visual content that does not change dramatically on return. Consider this carefully when deciding whether to set this
    property to true.

    In most circumstances, do not set this property in code.

    For your question, is it possible for you to use a IE tabstrip web control and perform validation after the user fills in all the
    information? ([url]http://www.asp.net/ControlGallery/default.aspx?Category=38&tabindex=2[/url])

    Thanks.

    Best regards,
    Yanhong Huang
    Microsoft Online Partner Support

    Get Secure! - [url]www.microsoft.com/security[/url]
    This posting is provided "AS IS" with no warranties, and confers no rights.

    --------------------
    !Content-Class: urn:content-classes:message
    !From: "Chris Ruegsegger" <cruegseg-no-spam@heery.com>
    !Sender: "Chris Ruegsegger" <cruegseg-no-spam@heery.com>
    !Subject: SmartNavigation and Panels causing debug error
    !Date: Wed, 6 Aug 2003 12:10:04 -0700
    !Lines: 20
    !Message-ID: <022801c35c4e$57a37340$a401280a@phx.gbl>
    !MIME-Version: 1.0
    !Content-Type: text/plain;
    ! charset="iso-8859-1"
    !Content-Transfer-Encoding: 7bit
    !X-Newsreader: Microsoft CDO for Windows 2000
    !X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
    !Thread-Index: AcNcTlejJrPsk+gzQqOGHL/8hwbObg==
    !Newsgroups: microsoft.public.dotnet.framework.aspnet
    !Path: cpmsftngxa06.phx.gbl
    !Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:165480
    !NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
    !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    !
    !I have a registration type page that asks a series of
    !questions but does so using Panels to display only a
    !couple at a time. I have a Next and Back button on each
    !panel for navigation purposes. Some of the next buttons
    !have Validation enabled for input checking.
    !SmartNavigation is set to True.
    !
    !If I proceed a few Panels in to the registration and try
    !to backup using a Back button I get a script debug error
    !from IE stating a value is null or undefined. This only
    !happens on pages where the Next buttons cause validation.
    !Turning off SmartNavigation fixes the problem, no more
    !debug errors.
    !
    !I would really like to use SmartNavigation, but as it
    !stands right now, I have to disable it for this page or
    !tell all my users to disable script debugging in Internet
    !Explorer. Anyone got a suggested fix?
    !
    !Chris
    !


    Yan-Hong Huang[MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139