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
Explain what are the attributes of the tags? What are their functions?
What is the difference between asp and acp?
Explain how is method overriding different from overloading?
How do I open an aspx file in pdf?
What are the asp objects?
Explain the post & get method?
What do I have to do to make my code work with the security system?
What is asp model?
What is asp and how it works?
what is page
How do you initialize a two-dimensional array that you don't know the dimensions of?
What does asp stand for in technology?
Define session object?
What is asp content?
Define unmanaged code?