What is the difference between Server.Transfer and
Response.Redirect?
Answer Posted / shiva
Hai..,
Server.Transfer:
In Server.Transfer Page their is no round trim between
client and server.if u requested a page to server it will
directly taken from the server itself
Response.Redirect:
-Round Trim between client and server:
- if u request a page
Example:
client-->server-->client
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Differentiate between globalization and localization.
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Explain Areas in MVC?
State differences between MVC and WebAPI
What are the session variables?
Can user control be stored in library?
How does asp page work?
What is voluum?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is asp net objects?
What is the difference between the response.write() and response.output.write() methods?
How do I create a web form?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
How is the asp.net mvc architecture different from others? : asp.net mvc
How does windows service lifecycle differ from a .standard. Exe?