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
Name the event handlers of application object?
Explain the difference between client-side script and server-side script?
what are web handlers?
What is asp full form?
What are the different types of html?
Explain the tasks performed by <> tags?
what is STLC in Testing
Explain life cycle of asp page.
Define collection?
What are asp controls?
Is asp still used?
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
Name the methods by which output stream is controlled?
What is an err object?
I have written an assembly that I want to use in more than one application. Where do I deploy it?