What is difference between server.transfer and
response.redirect ?
Answer Posted / sudhir singh
server.transfer
1. Round trip not happen so, browser cannot remmeber the
page name.
2. Data trasfer possible through public key property.
response.redirect.
1. Round trip happen and browser always remmeber the page
name.
2. Data transfer not possible only query string posible.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
___________ and ____________ properity to be used to create localized version of a form
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?
Explain the post & get method?
What is asp language?
How to refresh an asp page on a single click of a button?
How do I save asp file in notepad?
Explain the difference between the value-type variables and reference-type variables in terms of garbage collection?
What is the use of global.asax?
why and how static variable retain their value after postback form ?
Juxtapose the HTTP verbs GET and POST. What is HEAD?
Why asp is called active server?
What are server variables collection?
What is asp model?
How do you initialize a two-dimensional array that you don't know the dimensions of?
how to configure asp.net website in vs2008. and the projects devoloped in 2005 can be run in 2008