What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other?
Answer Posted / vishal jani
Nitya u r wrong , in server.transfer is reliable then
response.redirect ,server.transfer will not create any
cookie and it will take u on the requested page directly and
taking less time then response.redirect.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Difference between web user control and web custom control?
Explain how to prepare culture-specific formatting in .net.
When you use Ajax controls in the ASP.NET application?
Explain server side state management system.
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
How do u optimize a query in asp.net?
What is a uri query?
Which validator control you use if you need to make sure the values in two different controls matched?
What is the use of session in web application?
How Session outproc in Sqlserver stored?
What is the difference between session object and application object?
What are the 3 levels at which content pages can be attached to Master Page?
Explain the overview of asp.net?
Explain the boxing and unboxing concept in .net?