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
What is %20 in a url?
What is the use of HttpHandlers? When to use this?
How do I open an ashx file?
What is AutoPostback?
What are client activated objects?
How do we sort the data from a dataset?
What is localhost in asp.net?
Describe how passport authentication works.
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Why and where this web.config file is used?
How is it possible for .NET to support many languages?
Explain the differences between managed and unmanaged code?
What is ipostback?
What is difference between View State and Hidden Field in ASP.NET?
Why is global asax is used?