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 languages bi uses to achieve the goal?
How can we remove orphan records from a table?
How to insert stored procedure result into temporary table?
How to set database to be single_user in ms sql server?
What are the different types of Indexes available in SQL Server?
How to drop an existing table with "drop table" statements in ms sql server?
What is system stored procedures?
Explain what are sparse columns?
What is outer join in sql server joins?
What is mean by candidate key?
What are three major types of constraints?
what is the difference between Delete and Truncate command in SQL
What is perspective, have you ever created perspective? : sql server analysis services, ssas
Is sql server implemented as a service or an application? : Sql server database administration
How to delete all rows with truncate table statement in ms sql server?