Difference between server.transfer and server.execute method?
Answer Posted / t
The transfer happens at the server side and the client
browser is not aware of the change and hence will not
update the URL.
Server.Execute actually executes the specified page and
then returns back to the original page. This can be used in
scenarios where you want to go to a specific page, execute
some thing and then come back to the original page.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between web edition and business edition?
What are the disadvantages of using querystrings to send data from one page to another?
What do you understand by user-defined function in the sql server?
Where sql server usernames and passwords are stored in a sql server?
What are the types of database schema? : sql server analysis services, ssas
What are different types of schemas?
Explain for xml explicit mode?
How to delete an existing row with delete statements in ms sql server?
What is data source view or dsv? : sql server analysis services, ssas
Explain the cursor lock types?
what are the new features in SSRS?
How can you stop stored procedures from recompiling?
What does select 1 mean?
How are the exceptions handled in sql server programming?
What is autocommit mode in sql server?