Ask a Question related to ASP.NET General, Design and Development.
-
Chris Ruegsegger #1
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
-
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:... -
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... -
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,... -
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: ... -
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... -
Marina #2
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
-
Chris Ruegsegger #3
Re: SmartNavigation and Panels causing debug error
Is there any alternative?
Chris
concensus from the>-----Original Message-----
>Smart navigation is known to be problematic. Theit.>discussions on this newsgroup has been to stay away from
Chris Ruegsegger Guest
-
Alvin Bruney #4
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
>> concensus from the> >-----Original Message-----
> >Smart navigation is known to be problematic. The> it.> >discussions on this newsgroup has been to stay away from
>
Alvin Bruney Guest
-
Yan-Hong Huang[MSFT] #5
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



Reply With Quote

