What is difference between Server.transfer and
Response.redirect ?
Answer Posted / sri
server.trasfer directly transfer the execution of a page to
another page without taking the client into the
picture.while response.redirect sends the response to the
client browser and directs him to make a request to call a
page( called round trip).it is better to use
server.transfer when you do not want to execute code on
client.
| Is This Answer Correct ? | 29 Yes | 5 No |
Post New Answer View All Answers
How do I open an asp file in excel?
___________ and ____________ properity to be used to create localized version of a form
Is asp a scripting language?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.
difference between partial and public ?
What is the difference between cshtml and aspx?
Define application object in asp?
Explain the differences between asp and asp.net and is asp.net backward compatible to asp?
How we load the page in ASP?
how to create overlay on div ?
What is the difference between asp and acp?
What is a service application?
Explain the post & get method or explain the difference between them in asp?
What are the components of asp?
Why does my code get a security exception when I run it from a network shared drive?