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
What is the Difference between MVC And MVP design pattrens
What is a server farm in iis?
What is the postback property in asp.net?
How many types cache in asp net?
What is the viewstate in asp.net?
How Session use Cookies in State Management?
What is redirecting behavior?
What is the use of global.asax file?
How do you declare static variable? What is its lifetime?
How does the cookies work in asp.net?
Differentiate between globalization and localization.
What is asp.net web application?
Why do we use sessions?
What is AutoPostback?
Explain the features that make asp.net more used framework? : asp.net mvc