What is the difference between Server.Transfer and
Response.Redirect?
Answer Posted / siddhu
Server.Transfer transfers the currnet context of the page to
the next page and also avoids double roundtrips. Whereas
Response.Redirect could only pass querystring and also
requires roundtrip.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is request and response in asp.net?
Differentiate the session object and application object?
Which control has default post back is enabled(true)?
Differentiate between a hyperlink control and a linkbutton control.
Using code explain Configuration Management
What is the difference between application state and session state in asp net?
What are sharepoint pages?
What kind of data can be stored in viewstate?
What is the difference between a cookie and a pixel?
Can you explain architecture of your project ?
What does asp stand for in asp.net?
Web API uses which library for JSON serialization?
Why is global asax is used?
what is silver light when will we use silver light,