What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other?
Answer Posted / sudhir kunnure
Server.Tranfer direct shows requested page without any
server side roundtrip.
But response.redirect it round trip to server then shows
requested website or page.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the difference between cookie and session?
What is mvc in asp.net interview question? : Asp.Net MVC
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is asp.net web application?
What is the difference between pathparam and queryparam?
how to retrieve property settings from xml .config file.
Which method is used to perform all validation at the page level?
Can we add code files of different languages in app_code folder?
What is the difference between page directive include and action tag include?
Explain the difference between authentication and authorization.
How does cookies work in asp net?
How do we access view state value of this page in the next page?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
what is a .xap file? Explain with an example.
What is GAC in ASP.NET 2.0