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 asp.net mvc? : asp.net mvc
What does session_start () do?
What is asp net application object?
How to find last error which occurred?
Why we go for mvc instead of asp.net? : Asp.Net MVC
To wrap up a call to a Web service the standard used is..?
How to create events for a control?
What are the ways to sending the data in ASP.NET page?
What are session state modes? List some of the important session state modes of asp.net.
What is the maximum number of classes that can be contained in one dll file?
Can user control be stored in library?
What is query string with example?
What is caching in asp.net?
Define xmlvalidatingreader class.
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?