What is the difference between Server.Transfer and
Response.Redirect?
Answer Posted / radhkishan
Simple,
Server.Transfer("Default.aspx");
Response.Redirct("Default.aspx"); and
Response.Redirect("http://www.bing.com"); and it
show also error message
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the 3 types of web?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
What is the difference between file-based dependency and key-based dependency?
Where would you use an ihttpmodule, and what are the limitations of any?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What are the two properties that are common on every validation control?
Define reflection in .net?
Explain the concept of MVC Scaffolding?
Is redux flux?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
How do I upload a file from my ASP.NET page?
How can you implement encapsulation in asp.net?
What is the purpose of session management?
What are the different types of validation controls in asp.net?
Explain in what order a destructors is called.