Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 08:11 AM
JT
Guest
 
Posts: n/a
Default 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
posted data from my control to my model. are there security implications
for using Server.Execute?

just wanting some advice on pros/cons to each of these since this is the
first time i'm attempting to use these methods.

TIA
jt


  #2  
Old July 19th, 2005, 08:11 AM
Ray at
Guest
 
Posts: n/a
Default Re: Server.Transfer vs. Server.Execute

Server.Execute will go execute the page that you pass, and return to the
calling page and continue on. Server.Transfer will stop all processing on
the calling page and /transfer/ to the other page and go from there until
the end without ever returning to your first page.

Ray at work

"JT" <jeffreyl@sppinc.net> wrote in message
news:%23TPhNDvdDHA.2112@TK2MSFTNGP10.phx.gbl...[color=blue]
> 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
> posted data from my control to my model. are there security implications
> for using Server.Execute?
>
> just wanting some advice on pros/cons to each of these since this is the
> first time i'm attempting to use these methods.
>
> TIA
> jt
>
>[/color]


 

Bookmarks

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles