Ask a Question related to ASP.NET General, Design and Development.
-
Ali Nasir #1
Server.Transfer
Using Server.Trasfer the control is shiftewd to the form specified in the
parameters of the Server.Transfer. however the URL still contains the
Address of the calling form and not the Loaded form. Can anyone justify
this.
Ali Nasir
Ali Nasir Guest
-
Error Server.Transfer / Server.Execute ()
Hi! Any one has Idea, How to use Server.Transfer and Server.Execute, When I tried to use these methods I got an eror: Server object error 'ASP... -
Server.Transfer vs. Server.Execute
i'm using a model, view, control architecture for a group of .asp pages. i can't decide whether to use Server.Transfer or Server.Execute to pass... -
Is Server.Transfer secure?
It is like an internal pass - the client isn't aware of it. If the client gets between the two pages, then you have to validate your data. If it's... -
Server.Execute and Server.Transfer not detecting session state
I am setting a session variable, then doing a server.transfer in global.aspx and the page I am going to is saying that session state is not enable... -
Server.Transfer not working
ya he's cool like that :-) -
Marco Scheel #2
Re: Server.Transfer
hi ali,
thats by design. the server.transfer is done completly by the server. the
client is not even notifyed. using response.redirect the client will be
asked if it is ok to do the redirect, but also here you will look at the old
url. you have to use javascript or a http-meta refresh.
bye marco
"Ali Nasir" <alinasir_78@yahoo.com> schrieb im Newsbeitrag
news:upL1zL%23WDHA.1896@TK2MSFTNGP12.phx.gbl...> Using Server.Trasfer the control is shiftewd to the form specified in the
> parameters of the Server.Transfer. however the URL still contains the
> Address of the calling form and not the Loaded form. Can anyone justify
> this.
>
> Ali Nasir
>
>
Marco Scheel Guest



Reply With Quote

