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 is difference cookie and session?
Differentiate between file-based dependency and key-based dependency.
What is difference between session and viewstate?
What is postback and autopostback in asp.net?
What is state management in .net?
How you can access the values from the Repeater control in ASP.NET?
How long does an http session last?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
How many types of file extensions for razor views in ASP.Net MVC?
How dataadapter.fill works?
What is the difference between response.redirect and server.transfer?
Why Unload event of MasterPage Calls first in ASP.net ?
What are the types of authentication in asp.net?
How many types of cookies are there in asp.net?
Can you use Web API with ASP.NET Web Form?