Problem with SmartNavigation

  • Thread starter Thread starter Chris Liang
  • Start date Start date
C

Chris Liang

I added "SmartNavigation" directive to the Page tag and it works(keeping
page position) on my local machine. However, the code does not work in our
hosting server. I means the page position is not kept. Does anybody have any
point?
Thanks
 
If you google for this, you will find that smart navigation is very buggy
and prone to issues.

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
 
Try running: aspnet_regiis -c. This will copy the client-side scripts
ASP.NET uses to all the subdirectories in your IIS site directory.
 
Back
Top