redirecting pages
Collapse
This topic is closed.
X
X
-
SergeiTags: None -
KMA
Re: redirecting pages
well there's many conceivable reasons. For example , you run a shopping site
and you want a "Todays special offer!" page, called TSOffer.aspx. The
product on offer changes, obviously, but you don't want to copy and paste
the details from the products area to TSOffer.aspx, so you just redirect. In
other words, you have a customer friendly URL which they can remember, which
redirects to a more suitable page. Or you want to go to different pages
based upon language settings (which are read at runtime) but you want to
advertise your start page as simply "Mysite.com ", not "Mysite.com/fr".
And as for server.transfer s, well they are just the cherry on the icing on
the cake. Or even a drop of errant chocolate, on the cherry on the icing
etc.
"Sergei" <sergei@nospam. summertime.mtu-net.ru> wrote in message
news:OFn$R3h2FH A.1276@TK2MSFTN GP09.phx.gbl...[color=blue]
> If you try this url
>
> http://msdn.microsoft.com/library/en...raspdotnet.asp
>
> you will lend at
>
>[/color]
ml/anchoraspdotnet .asp[color=blue]
>
> Can anybody explain the rational behind such a design?
>
> Thanks in advance
> Sergei[/color]
-
Karl Seguin
Re: redirecting pages
They changes the framework for how navigation works on their site and want
to keep old links still working? It's both a typical and good practice.
karl
--
MY ASP.Net tutorials
http://openmymind.net/redirector.aspx?documentId=51 - Learn about AJAX!
"Sergei" <sergei@nospam. summertime.mtu-net.ru> wrote in message
news:OFn$R3h2FH A.1276@TK2MSFTN GP09.phx.gbl...[color=blue]
> If you try this url
>
> http://msdn.microsoft.com/library/en...raspdotnet.asp
>
> you will lend at
>
> http://msdn.microsoft.com/library/de...raspdotnet.asp
>
> Can anybody explain the rational behind such a design?
>
> Thanks in advance
> Sergei[/color]
Comment
Comment