Live Chat Icon For mobile
Live Chat Icon

What is the difference between Server.Transfer and Server.Execute

Platform: ASP.NET| Category: Basic
  • Server.Transfer is used to End the current weform and begin executing a new webform. This method works only when navigating to a Web Forms page (.aspx)
  • Server.Execute is used to begin executing a new webform while still displaying the current web form. The contents of both forms are combined. This method works only when navigating to a webform page(.aspx)

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.