What is the difference between Server.Transfer() and Server.Execute()?

Showing Answers 1 - 1 of 1 Answers

balaji

  • Oct 9th, 2006
 

hai,

Server.Transfer()-It ends up the execution of current form  and  begins execution with new web form.In server.transfer() execution is transferred so that in the url we will find previous webform.

Server.Execute()-it begins execution with new web form  but it still holds current web form .using this we can combine the result of two web forms.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions