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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top