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
textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.
What is aspx used for?
What is server control
Explain the event handlers of session object?
How do I view an asp file?
how to create overlay on div ?
How many types of cookies?
Whats the implicit name and type of the parameter that gets passed into the class set method?
Is asp still used?
What happens to a html page in asp?
How could u display all of the cookies/cookie values for a user through a Web page in ASP?
Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.
How to include active x controls in asp code?
What is a form collection in asp?
What is difference between asp and aspx?