What is difference between Server.transfer and
Response.redirect ?
Answer Posted / kiran kumar
Server.Transfer: - This redirects the client with in the
same application ie, from one ASP page to other ASP page
with in the application. This will not update the history.
Response.Redirect: - This redirects the client to the other
URL ie, from one ASP page to other applications page. This
will update the history.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Define querystring collection in asp?
Explain the difference between the value-type variables and reference-type variables?
How do in-process communication work in the common language runtime?
What is aspx cs file?
What does asp stand for in technology?
Which asp object is often used to retrieve user information from forms?
What is the difference between a namespace and an assembly name?
how can we bind the multiplication of two drop down lists?
Should user input data validation occur server-side or client-side?
What is the default scripting language in asp?
How could u display all of the cookies/cookie values for a user through a Web page in ASP?
what is SDLC in Software?pl.give proper explaination
What is the difference between asp and acp?
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
How to refresh an asp page on a single click of a button?