What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other?
Answer Posted / nitya
Both r used to redirect webform
Server.Transfer fetches page from Server .. while
it will take time..
response.redirect directly open described page..
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Which is the parent class of the web server control?
How u refer webservices?
What is a page life cycle? What are the events in a page life cycle?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
How will you maintain versioning in asp.net 2.0?
What is http response header?
What is a postback ispostback and autopostback in asp net?
Which is the parent class of the ASP.NET server control?
What are uri parameters?
What is cross page posting in asp net?
What is the base class from which web forms are inherited?
What is the difference between session and application?
When Cookies are expired in ASP.NET?
What is redirectpermanent in asp.net?
What is applicatio domain?