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 text stream object?
What are the features of asp?
Explain what are the methods in session object in asp?
Define the asp scripting objects?
Define application-scope?
Explain the difference between the value-type variables and reference-type variables in terms of garbage collection?
What are the different types of html?
Explain what are the attributes of the tags? What are their functions?
Name the browsers that can access asp pages?
What inheritance is and an example of when you might use it?
How we load the page in ASP?
Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?
Define a filesystemobject object?
How do I open aspx files?
What do the abbreviations asp and jsp stand for?