What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other?
Answer Posted / sandeep
Response.Redirect can be use with different servers.
Server.Execute use with same server..we can not redirect to
another page which consist different server but in
Response.redirect we cn do so.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
what are the security certificates used in webservices?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What are session state modes in asp.net?
Define satellite assemblies.
Mention the namespace that is used to include .net data provider for sql server in .net code?
Please briefly explain the usage of global.asax?
Describe paging in asp.net?
If we remove web.config or machine.config from the application then, is this application will works?
Why is mvc better than asp.net?
How does viewstate work?
What is HTTPModule and HTTPcontext? What is the use of each?
How does asp net store session ids by default?
Which data type does the rangevalidator control support?
How asynchronous call can be implemented using delegates?