What is difference between server.transfer and
response.redirect ?
Answers were Sorted based on User's Feedback
Answer / sittu001
response.redirect is the server will replay our request but
server transfer process can do all the client without
request..
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / sudhir singh
server.transfer
1. Round trip not happen so, browser cannot remmeber the
page name.
2. Data trasfer possible through public key property.
response.redirect.
1. Round trip happen and browser always remmeber the page
name.
2. Data transfer not possible only query string posible.
| Is This Answer Correct ? | 2 Yes | 1 No |
Explain how is method overriding different from overloading?
What is the difference between sap r/2 and r/3
Explain how can you overload a method?
which property will make a control span an entire site office parent class
Define a variable?
What are private assemblies and shared assemblies?
Define clientcertificate collection?
Explain the advantages of using asp?
How do I open an aspx file in pdf?
Name the command to display characters to the html page?
Explain how to refresh an asp page on a single click of a button?
How many global.asa files can an Application have?