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


Please Help Members By Posting Answers For Below Questions

Differentiate globalization and localization.

785


What is the used of "ispostback" property?

787


How does windows service lifecycle differ from a .standard. Exe?

727


What is meant by web application?

723


What are the event handlers that can be included in the Global.asax file?

817


What is the difference between user control an custom control?

840


What are the 3 levels at which content pages can be attached to Master Page?

786


Describe how to implement globalization and localization in the use interface in .net.

763


How to you can limit Access to Web API to Specific HTTP Verb?

903


If you are using components in your application, how can you handle exceptions raised in a component?

2307


What are the new login controls in asp.net 2.0?

689


Where is the view state data stored in asp net?

785


Define static member?

754


what are the ihttphandler and ihttphandlerfactory interfaces ?

725


How does http session work?

739