What is the main use of Response.Output.Write()?

Answer Posted / varun

The difference between Response.Write() and
Response.Output.Write() in ASP.NET. The short answer is
that the latter gives you String.Format-style output and
the former doesn't. The long answer follows.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain asp.net application life cycle?

537


Describe the application event handlers in ASP.NET?

540


Write code to send e-mail from an asp.net application?

541


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

488


What is the adavantage of using ASP.NET routing?

640






What is viewstate parameter?

515


Differentiate the session object and application object?

526


Explain how can we access static variable?

539


What is a postback url?

485


What is the good practice to implement validations in aspx page?

621


Where session id is stored?

523


What is asp.net and ado net?

514


What is the state management in asp.net?

541


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

1827


What is page request in asp.net?

519