Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Response.Redirect does not work

Reply
Thread Tools

Response.Redirect does not work

 
 
Tmez
Guest
Posts: n/a
 
      05-23-2004
FYI

Problem: Response.redirect redirects to the same page and the page is
blank.

Solution: set the page's smartnavitation to false before redirecting.

There seems to be a connection between how response.redirect works and
smartnavigation.


Tmez
http://www.mezanmi.com
 
Reply With Quote
 
 
 
 
Peter Rilling
Guest
Posts: n/a
 
      05-23-2004
You are correct about the SmartNavigation. If you look in the blank page,
you will see a single tag that makes reference to SmartNavigation. What is
suppose to happen is some JavaScript parses the content and performs a
client-side redirect. When I have seen this issue happen it is because the
aspnet_client folder is missing from the root of the website. Make sure
that folder exists and that the SmartNavigation script is nested somewhere
under the folder.

"Tmez" <> wrote in message
news: om...
> FYI
>
> Problem: Response.redirect redirects to the same page and the page is
> blank.
>
> Solution: set the page's smartnavitation to false before redirecting.
>
> There seems to be a connection between how response.redirect works and
> smartnavigation.
>
>
> Tmez
> http://www.mezanmi.com



 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWFyY2VsbyBDcnV6?=
Guest
Posts: n/a
 
      07-28-2004
Thanks, thanks, thanks I was creazy for two days traing to find out why this work fine in my local server and not in the hosting server.

Q. What is the right way to crate a new site for asp.net under IIS, is any script or wizard. I just copy that folder from the defult site but may be some permitions or registration I wonder if I have any other folder or setting missing.

Thanks once again


"Peter Rilling" wrote:

> You are correct about the SmartNavigation. If you look in the blank page,
> you will see a single tag that makes reference to SmartNavigation. What is
> suppose to happen is some JavaScript parses the content and performs a
> client-side redirect. When I have seen this issue happen it is because the
> aspnet_client folder is missing from the root of the website. Make sure
> that folder exists and that the SmartNavigation script is nested somewhere
> under the folder.
>
> "Tmez" <> wrote in message
> news: om...
> > FYI
> >
> > Problem: Response.redirect redirects to the same page and the page is
> > blank.
> >
> > Solution: set the page's smartnavitation to false before redirecting.
> >
> > There seems to be a connection between how response.redirect works and
> > smartnavigation.
> >
> >
> > Tmez
> > http://www.mezanmi.com

>
>
>

 
Reply With Quote
 
Srowe1975 Srowe1975 is offline
Junior Member
Join Date: Oct 2008
Posts: 3
 
      10-15-2008
Page.Smartnavigation is now obsolete
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MS work around on text wrapping in a datagrid does not work TB ASP .Net 2 02-22-2006 10:34 PM
Why does post or pre incremenent or decrement does not work inside a sizeof operator? Tarun C Programming 5 07-14-2005 03:58 PM
Why does this (very simple piece of) code does not work? jblazi Python 5 08-16-2004 01:30 PM
Webservice works once and then DOES NOT seem to work even though program does not crash Phi! ASP .Net Web Services 1 04-23-2004 08:42 AM
int('2.1') does not work while int(float('2.1')) does Vineet Jain Python 9 04-16-2004 10:12 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57