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

What is the Difference between MVC And MVP design pattrens

2307


What is a server farm in iis?

616


What is the postback property in asp.net?

626


How many types cache in asp net?

631


What is the viewstate in asp.net?

662






How Session use Cookies in State Management?

688


What is redirecting behavior?

621


What is the use of global.asax file?

641


How do you declare static variable? What is its lifetime?

596


How does the cookies work in asp.net?

642


Differentiate between globalization and localization.

633


What is asp.net web application?

637


Why do we use sessions?

675


What is AutoPostback?

691


Explain the features that make asp.net more used framework? : asp.net mvc

569