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


Please Help Members By Posting Answers For Below Questions

What is save transaction and save point?

616


Can you explain what are commit and rollback in sql?

483


What are the kinds of subquery?

522


What command is used to delete a table from the database in the sql server and how?

533


You want your report to display a hyperlink that will take users to your intranet. How do you configure such a hyperlink?

237






What is a primary key?

534


What is a partition key?

512


What is difference between createstatement and preparedstatement?

533


What command would you use to add a column to a table in sql server?

740


What is outer join in sql server joins?

588


What are cursors? Explain the different types of cursors Enlist a few disadvantages of cursors.

611


What is the difference between varchar and nvarchar?

517


What are approximate numeric data types in ms sql server?

579


What are the hotfixes and patches in sql server?

539


Explain isolation levels that sql server supports?

562