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
Explain the different types of session state management options available with asp.net?
Define a variable in asp?
sir,please send me the NIC exam questions
What are shared assemblies?
What happens to a html page in asp?
Explain life cycle of asp page.
What is a variable in asp?
What are asp controls?
What is wsdl file? (explain in detail)
Name the two properties which are common in every validation control?
What is the difference between asp and html? Or why asp is better than html?
Can .net framework components be used from a com program?
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?
Is asp still used?
Define unmanaged code?