SmartNavigation doesn't work on published page (Newbee q)

  • Thread starter Thread starter Grober
  • Start date Start date
G

Grober

Steve C. Orr was kind enough to help find SmartNavigation, and it worked
fine when I had my aspx page locally on my computer. However, when I publish
it, the problem is still the same: when the page is reloaded after a
dropdownlist's contents has been modified I have to scroll down to where I
was again. What could be the difference?

Regards
/Grober
 
Grober said:
Steve C. Orr was kind enough to help find SmartNavigation, and it worked
fine when I had my aspx page locally on my computer. However, when I
publish it, the problem is still the same: when the page is reloaded after
a dropdownlist's contents has been modified I have to scroll down to where
I was again. What could be the difference?

Hello Grober,

Perhaps the aspnet_client directory is not present on the server ?

Regards,

Eric
 
Hello,
Does this dropdownlist have its AutoPostBack property set to true?
If not then it doesn't actually cause the page to post back.

In general please check the browser version that you are using. Please note
that SmartNavigation won't be able to enhance the experience and make the
scroll location persist unless the client browser is IE5.5 or later
Regards
Mohamed El Ashmawy
(e-mail address removed)
 
Back
Top