What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other?
Answer Posted / nitya
Both r used to redirect webform
Server.Transfer fetches page from Server .. while
it will take time..
response.redirect directly open described page..
Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is custom attribute? How to create?
What are the different web pages?
What is the parent class of all the web server control?
Which validator control you use if you need to make sure the values in two different controls matched?
What is loop in asp.net?
What is the purpose of url encoding?
List some of the important session state modes of asp.net.
What is inproc mode in session?
What is autopostback true?
What is ipostback?
Explain swagger components.
How do u deploy ur project?
What is the postback property in asp.net?
What is difference between URL and URI?
What is recordset asp?