⟩ What is differences between Server.Transfer and server.execute method?
Execute method returns control to the page in which it is called once the page specified in the Execute method finishes processing, the Transfer method does not return control to the calling page.