What is difference between Server.transfer and
Response.redirect ?
Answer Posted / hema
Server.Transfer redirects directly to the new url. It does
not take a round trip. where as response.redirect tells the
client to make a request to the new url. this takes a round
trip. so it takes so much time. so server.transfer is
better when compared to response.redirect
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
How add insert options in datagrid control in footer row.
write a program for sorting of all students records in a class according to roll no. using ADO and corresponding database.
What type of code is found in a code-behind class?
Name the data type should you use if you want an 8-bit value thats signed?
Explain how can you overload a method?
What is an .asp file?
Which is the default scripting language on the client side?
what is page
What app opens aspx files?
Which asp object is often used to retrieve user information from forms?
Name the control which would you use if you needed to make sure the values in two different controls matched?
what is the difference between sql server2000 and 2005
What do you need to run asp?
Speaking of boolean data types, whats different between c# and /c++?
Can .net framework components be used from a com program?