Server.Transfer vs. Server.Execute

J

JT

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
 
R

Ray at

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top