What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?

Answer Posted / q

StreamReader sr = new StreamReader(@"C:/Documents and
Settings/232838/Desktop/Sample1.txt");

string test = sr.ReadToEnd().Replace("<", "&lt;").Replace
(">", "&gt;");

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do I need to have the latest version of windows media player installed?

506


Explain Session state management options in ASP.NET.

583


Is there any limit for query string? Means what is the maximum size?

477


Can we set master page as a start page?

526


What is the difference between trace and debug in asp.net?

604






What is the Difference between MVC And MVP design pattrens

2196


What does the orientation property do in a menu control?

525


What are the different methods of session maintenance in asp.net?

519


Where is cookie used in asp.net?

568


What are the Types of authentications in IIS

587


What is the use of placeholder control?

542


What are merge modules?

545


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

958


What is true about application service provider?

478


What is meant by web application?

533