What is the difference between response.redirect and
server.transfer, how to choose one among the other?
Answer Posted / richa
Server.transfer transfer the page processing from one page
to another page without making a round trip back to the
client where as response.redirect redirect to another URL
and it make a round trip back to the client.
Response.Redirect can be used to redirect to external web
sites where as the Server.Transfer can be used only to
transfer to other pages of the same web site.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Which namespace is used by ado.net?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
Why do we need asp.net?
What is asp.net caching?
What is the maximum number of classes that can be contained in one dll file?
What is the use of session in web application?
Write a code for sending an email from asp.net application.
What is a web api? Which protocol is used in a web api?
What are the three parts of an http response?
Which method is used to force all the validation controls to run?
What is is post back property in asp net?
What is x xss protection?
What are the asp.net 2.0 features?
Is asp.net is a programming language?