What is difference between Server.transfer and
Response.redirect ?
Answer Posted / khaleek ahmad
1) In Response.Redirect previous page is not accessible
while in Server.Transfer it is optional.
Server.Transfer(URL,bPreserveForm);
2) Server.Transfer use only within the server.But
Response.Redirect can be use ouside the server.But it should
be a full path.
For more detail please see at
http://interview-preparation-for-you.blogspot.com/2010/12/difference-between-servertransfer-and.html
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What data types does the rangevalidator control support?
Name the two properties which are common in every validation control?
What is an asp program?
How do I make it so that code runs when the security system is stopping it?
How do cross-process communication work in the common language runtime?
What are the methods in session object in asp?
What is the difference between jsp and asp?
What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?
Which is the default scripting language in active server pages?
What is the purpose of application.lock method?
What is asp give its application?
How do I save an aspx file?
What is the difference between the value-type variables and reference-type variables
Define an err object?
What are the attributes of the tags?