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
How asynchronous call can be implemented using delegates?
What are the ways to sending the data in ASP.NET page?
How you will manage the state of ASP.NET controls?
How tooltip is set through code-behind in ASP.NET?
Explain login controls.
What do you mean by authorization?
Elaborate differentiation between Cache and Application?
What is latest version of asp.net mvc? : Asp.Net MVC
Explain how to prepare culture-specific formatting in .net.
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Explain what does wsdl stand for?
How to use multiple scriptmanager controls in a web page?
How to rename a table using sql queries?
Define caching.
What is marshalling ? Is it a part of asp.net ?