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
Differentiate between client-side and server-side validations in web pages.
How could you modify xaml content from javascript?
What is AutoEventWireup attribute for ?
Explain difference betn dataset and recordset?
What types of data validation events are commonly seen in the client-side form validation?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Which protocol is used to call a web service?
What is inheritance and an how it be used, example with an example?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is difference between viewstate and session in asp net?
What is difference between inproc and outproc?
What is the current version of asp.net?
What is difference between session and cookies?
What is the difference between session and application?
What is difference between View State and Hidden Field in ASP.NET?