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
List of words of preprocessor in .net?
How tooltip is set through code-behind in ASP.NET?
What is a postback ispostback and autopostback in asp net?
Does google crawl redirects?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is application and session in asp.net?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Differentiate between a hyperlink control and a linkbutton control.
Explain the advantages of asp.net.
To load your generated dataset with data which method do you invoke?
Explain the difference between value type and reference type?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
How many types of Cookies are available in ASP.NET?
Which browsers support the xmlhttprequest object?
Which method do you use to kill explicitly a users session?