dot Net Database Question:

What is differences between Server.Transfer and server.execute method?

Tweet Share WhatsApp

Answer:

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.

Download dot Net Database PDF Read All 23 dot Net Database Questions
Previous QuestionNext Question
Explain the use of trace utility?What is differences between ADO and DAO?