dot Net Database Question:
What is differences between Server.Transfer and server.execute method?
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.
Previous Question | Next Question |
Explain the use of trace utility? | What is differences between ADO and DAO? |