What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other?
Answer Posted / sudhir kunnure
Server.Tranfer direct shows requested page without any
server side roundtrip.
But response.redirect it round trip to server then shows
requested website or page.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the maximum amount of memory any single process on windows can address?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What symbol would you use to denote, the start of a code block in aspx views?
Explain different authentication modes in asp.net?
What does the orientation property do in a menu control?
How do you sign out from forms authentication?
What is GAC in ASP.NET 2.0
What is cookies in asp net?
How would you enable impersonation in the web.config file?
What is the difference between cookie and session?
How Session outproc in Sqlserver stored?
What is the difference between cache and cookies?
What is difference between Fragment Caching and Page Caching in ASP.NET?
Explain what is postback in asp. Net?
Is asp.net a programming language?