What is difference between response.redirect and
server.transfer ?
Answer Posted / minhajul islam
1. Redirect can redirect to outside page while Transfer can
use page only in the same project.
Example : Redirect("www.yahoo.com") while transfer can
only inside current project page.
2. Redirect does not transfer content of the page while
Transfer transfers controls of current to transferred page.
For example if we use Multi-Page form and need to access
components of each page then we can use Transfer but must
use CrossPagePostBack.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to rename a table using sql queries?
What is syntax code to send email from an asp.net application?
What is paging in context of Memory?
What is enableviewstate?
What is the difference between client-side and server-side validations in ASP.NET?
Why is mvc better than asp.net?
What is the difference between a multi-layer and multi-tier applications?
Explain login control and form authentication.
Why is an object pool required?
Is it true that a Web service must be written in .NET or not?
What is scope of an application variable in asp.net?
What is AutoEventWireup attribute for ?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?