What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?
Answer Posted / swapna
Server.transfer redirects the output to another page
whereas response.redirect Redirects/moves the user to
another page .
If u want to submit output of one page to another page use
sever.transfer. if u want to navigate to another page use
Response.Redirect.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is cookieless session id explain in brief?
What are all the various Estimation Techniques available ?
Can I stream live content/events?
What is the maximum timeout we can set for Cookies?
Is asp.net core faster?
What is difference between session and cookies in asp net?
How you will manage the state of ASP.NET controls?
What is application variable?
Explain the significance of routing? : asp.net mvc
What is a server cookie?
Define resource files.
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Is asp.net different from asp? If yes, explain how?
What are server-side comments in ASP.NET?