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
Do gac'ed assemblies have fulltrust?
How do I send an email message from my ASP.NET page?
What is xaml? Are xaml file compiled or built on runtime?
Explain http handlers? Where we can use the http handlers?
What is the concept of postback in asp.net?
What are the main advantages of using asp.net?
What is a pixel url?
Explain Life cycle of ASP.NET page when a request is made.
Explain managed code an un-managed code.
Define page output caching?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Explain significance of routing? : asp.net mvc
What are the options in ASP.NET to maintain state?
About CLR, reflection and assemblies?
What is autopostback in dropdownlist in asp net?