Difference between server.transfer and server.execute method?
Answer Posted / sreyasmn
Server.Transfer takes the control execution of the page to
the new page and thereafter it doesnt return automatically
to the original page.
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 ? | 26 Yes | 2 No |
Post New Answer View All Answers
What is bcnf normalization form?
What is dbcc? Give few examples.
What is difference between count (*) and count column?
What is a full text index?
What is stretch database in sql server?
How to configure and test odbc dsn settings?
Explain can you implement data mining in ssrs?
How do I start sql server?
What is the difference between dropping a database and taking a database offline?
What is a covered index?
What is thr feature of change data capture?
What is sql server locking?
What is the purpose of linked server configuration in sql server?
Explain a differential backup?
What is the benefit of normalization?