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
Explain Optimization technique description?
What is content page in asp net?
Differentiate between structure and class.
What is server infrastructure?
What is validation in asp.net?
Explain what is an abstract class?
Explain what is clr?
What are session state modes? List some of the important session state modes of asp.net.
What are the main requirements for caching?
what is DLL Hell and how it is solved in .NET? please explain clearly??
What is the typical session identifier?
What New Features comes with ASP.NET Web API 2.0?
What is meant by ispostback in asp net?
What is data binding in asp net?
What is the meaning of TestApi?