Problem with Redirect and smart Browsing asp.net

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

Guest

I am a programmer of asp.net, and i have a problem when in a page I set the
smart browsing property to TRUE and I use Responser.redirect(url) it don't
work, it only show a blank page.

I need information about how to resolve that .
 
Juan:

That is a common problem with SmartNavigation, unfortunately. Some work around
include trying Server.Transfer, injecting some client side script to redirect
the browser, or finding an alternative to smartnav (there are a few out there
now).
 
Back
Top