what is the difference between server.Transfer and
response.redirect in .net
Answer Posted / sivaprasad
Server.Transfer will execute at server side itself, through
this we can access previous page control's in next page.
Response.Redirect will work at client side means server
will send "Success" code to browser by saying send a
request for specific URL.based on this client will request
for the specific URL. if URL is not found in virtual
Directory client will give a message saying "Page not
found".
Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Differentiate globalization and localization.
What is the used of "ispostback" property?
How does windows service lifecycle differ from a .standard. Exe?
What is meant by web application?
What are the event handlers that can be included in the Global.asax file?
What is the difference between user control an custom control?
What are the 3 levels at which content pages can be attached to Master Page?
Describe how to implement globalization and localization in the use interface in .net.
How to you can limit Access to Web API to Specific HTTP Verb?
If you are using components in your application, how can you handle exceptions raised in a component?
What are the new login controls in asp.net 2.0?
Where is the view state data stored in asp net?
Define static member?
what are the ihttphandler and ihttphandlerfactory interfaces ?
How does http session work?