J
j_ruez
I found this posted back in 2002, but it had no reply. This is
exactly what my question is:
----------
From: Jeff Jorczak
Subject: SmartNavigation, turn off on particular postback
This is the only article in this thread
View: Original Format
Newsgroups: microsoft.public.dotnet.framework.aspnet
Date: 2002-02-15 11:49:38 PST
I am using SmartNavigation on a fairly lengthy page the it's working
great. However, on page submittal, if there is a validation error, I
display a message at the top. Because of SmartNavigation, the page
returns scrolled to the bottom, so the user doesn't realize that there
was an error reported.
Does anyone have a way to disable SmartNavigation for a particular
postback (i.e. submit button); or a way to have it scroll to the top?
I have tried placing Page.SmartNavigation = false in the submit button
handler but this didn't seem to have any effect.
exactly what my question is:
----------
From: Jeff Jorczak
Subject: SmartNavigation, turn off on particular postback
This is the only article in this thread
View: Original Format
Newsgroups: microsoft.public.dotnet.framework.aspnet
Date: 2002-02-15 11:49:38 PST
I am using SmartNavigation on a fairly lengthy page the it's working
great. However, on page submittal, if there is a validation error, I
display a message at the top. Because of SmartNavigation, the page
returns scrolled to the bottom, so the user doesn't realize that there
was an error reported.
Does anyone have a way to disable SmartNavigation for a particular
postback (i.e. submit button); or a way to have it scroll to the top?
I have tried placing Page.SmartNavigation = false in the submit button
handler but this didn't seem to have any effect.