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

Answers were Sorted based on User's Feedback



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

Answer / siddiq

Respons.Write will display the value/expresion as it is.
Response.Output.Write will diaplay the formatted content.

Is This Answer Correct ?    23 Yes 3 No

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

Answer / 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

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

Answer / bala

The latter one allows you to write formatted output..

Is This Answer Correct ?    12 Yes 4 No

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

Answer / k.senthil kumar

Response.Output.Write() allows you to write formatted output

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How Web Services help Us? What r the difference between Remoting and webservices

5 Answers   Protech, TCS, Tech Mahindra,


How to stop the inheritance?

2 Answers   TCS,


Difference between datagrid and datareader?

1 Answers  


if we establish the cinnection with connection string tag in web.config file,can i go for encrypt and decrypt with that?

1 Answers  


What is css in asp.net?

0 Answers  


What is redirectpermanent in asp.net?

0 Answers  


What is enableviewstate?

0 Answers  


Dategrid filtering and sorting How can we sort all the fields at once?

3 Answers   Satyam,


Explain about asp.net 2.0 themes?

0 Answers  


what is the dllhell? why we use the dllhell?

4 Answers  


What are the page level transaction and class level transaction?

1 Answers   Satyam,


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


Categories