Smart Navigation Alternative

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
 
J

Joe Gass

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
 
S

Scott

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
 
S

Saravana [MVP]

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
 

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

Top