Smart Navigation Alternative

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having a problem of SmartNavigation, wher eit works fine on the test server, but not on the server that I load it up to. I tried placing "page.smartnavigation=false" right before I redirect, but now smart navigation doesn't even "turn on". So I was wondering if there were any examples of other methods out there to recieve the same effect of smart navigation. Can anyone possibly provide sample source code in VB.NET? THank

Devin
 
Just a thought - have you got the /aspnet_client directory on the server -
smart nav requires this?

Devin said:
I am having a problem of SmartNavigation, wher eit works fine on the test
server, but not on the server that I load it up to. I tried placing
"page.smartnavigation=false" right before I redirect, but now smart
navigation doesn't even "turn on". So I was wondering if there were any
examples of other methods out there to recieve the same effect of smart
navigation. Can anyone possibly provide sample source code in VB.NET? THanks
 
There are some JavaScript alternatives; I don't have any links, but a do a google ("smartnavigation javascript") and you should get several in source code.

Scott
I am having a problem of SmartNavigation, wher eit works fine on the test server, but not on the server that I load it up to. I tried placing "page.smartnavigation=false" right before I redirect, but now smart navigation doesn't even "turn on". So I was wondering if there were any examples of other methods out there to recieve the same effect of smart navigation. Can anyone possibly provide sample source code in VB.NET? THanks

Devin
 
Check out this articles.
http://aspalliance.com/aldotnet/examples/dgautoscroll.aspx
http://www.dotnetjunkies.com/howto/default.aspx?id=38



--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com



Devin said:
I am having a problem of SmartNavigation, wher eit works fine on the test
server, but not on the server that I load it up to. I tried placing
"page.smartnavigation=false" right before I redirect, but now smart
navigation doesn't even "turn on". So I was wondering if there were any
examples of other methods out there to recieve the same effect of smart
navigation. Can anyone possibly provide sample source code in VB.NET? THanks
 
Back
Top