what is diffrance between response.write &
response.output.write

Answer Posted / balasubramani

Response.Write will print the result as it is.
Whereas Response.Output.Write will print the formatted
output.

For Example:
Response.Output.Write("Notepad Process Started at : {0}",
DateTime.Now.ToString());

Is This Answer Correct ?    20 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is GAC in ASP.NET 2.0

585


What is the difference between user control and custom control?

478


What is asp.net caching?

576


What is autopost?

522


What is comparevalidator?

521






How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?

2238


Where is the session stored?

633


What is asp.net response object?

556


Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?

559


Explain the difference between AutoPostBack and IspostBack in ASP.NET?

598


Describe how passport authentication works.

566


What are validator? Name the validation controls in asp.net?

500


Explain the difference between inline and code behind - which is best in?

502


Explain the namespace classes used in asp.net mvc? : asp.net mvc

491


Why do you use the app_code folder in asp.net?

550