January 20, 2012

Difference between Server.Transfer and Server.Execute

Both are used for moving from one page to another page in ASP.Net.But there
is a basic difference between these two.
In case of Server.Execute control moves to another page but after completion
it returns back to initial page.But in case of Server.Transfer control does not
return back to initial page.

That’s It.
Enjoy Learning.

No comments:

Post a Comment