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
Please briefly explain the usage of global.asax?
What is asp.net globalization?
What is the part of url?
How can we use Web API with ASP.NET Web Form?
How you can access the properties and controls of master pages from content pages?
What is a user developed application?
What is the life cycle of web page?
What is bson in web api?
Define the term Scavenging in Caching?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What’s the difference between response .redirect and server.transfer?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Define static constructor?
when a request is made in Life cycle of ASP.NET page .
Can a .net web application consume java web service?