What is the difference between Server.Transfer and
Response.Redirect?
Answer Posted / siddhu
Server.Transfer transfers the currnet context of the page to
the next page and also avoids double roundtrips. Whereas
Response.Redirect could only pass querystring and also
requires roundtrip.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define xmlreader class.
how can create login from create and written conde in asp.net
What are the ways of preserving data on a Web Form in ASP.NET?
Do you support digital rights management to protect my videos?
In a Repeater control how one can provide an alternating color scheme ?
What are sessions in asp net?
What is server redirect?
What is the full meaning of asp.net?
How do you implement postback with a text box?
Does google crawl redirects?
What are the Types of session management in ASP.NET
What is a 401 redirect?
What are the features of asp.net mvc?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Can you explain composite pattern?