What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?
Answer Posted / swapna
Server.transfer redirects the output to another page
whereas response.redirect Redirects/moves the user to
another page .
If u want to submit output of one page to another page use
sever.transfer. if u want to navigate to another page use
Response.Redirect.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
how to transfer the file from client to server using asp.net
When you use Ajax controls in the ASP.NET application?
What is a query string in a url?
How is application management and maintenance improved in asp.net 2.0?
Can you explain autopostback?
Explain code snippet to register exception filters from controller?
Can we have multiple web config files for an asp.net application?
Can we create a multiple user simultaneously ?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Fetch one page value to another page without using state-managment ?
How can we register exception filter globally?
What is the significance of proxy user?
Define secured sockets layer.
What is difference between viewstate and session state in javascript?
Which asp.net objects encapsulate the state of the client and the browser?