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 |
In how many ways you can connect to the Database?
Explain how to display images using response object?
What is http header?
How do I print an aspx file?
What are the Web Servers supporting ASP?
What are the tasks performed by <> tags?
what is differance b/w .net assemblies and com component?
what is the selection process for DMSS??
What's the purpose of using BUFFER property?
How do I open aspx files on windows 10?
What is aspx in url?
When is the Session_OnStart event fired? A. Upon every request from an application by a client for an .asp document. B. Upon the first request from an application by a client for any file in the application. C. Upon the first request for an .asp document from an application by a client. D. Upon the first request for the global.asa file, in which the event handler is located. E. Upon the first request for an. html or .asp document from an application by client