What is the difference between Server.Transfer and
Response.Redirect?

Answer Posted / siddhu

Server.Transfer transfers the currnet context of the page to
the next page and also avoids double roundtrips. Whereas
Response.Redirect could only pass querystring and also
requires roundtrip.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do session use cookies in asp net?

507


What is %20 in a url?

550


What is special types forms

545


To get the values in two different controls to match which control you use it?

546


What is the used of "ispostback" property?

580






What does occur first in ASP.Net, Authentication or Authorization?

573


What is OSI layer? Explain different layers.

617


What is smpte vc-1?

565


What is AutoPostback?

609


Give an example of cookie abuse.

603


Can you change a master page dynamically at runtime? How?

517


Will the asp.net validators run in server side or client side?

652


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

18562


How long should a session id be?

538


Which property is used to identify the Page is Post Back in ASP.NET?

566