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

What is asp.net and its advantages?

0 Answers  


How do you implement postback with a text box? What is postback and usestate?

1 Answers  


What is the Difference between Web.config and global.asax? Can we write connection String code in global.asax?

10 Answers   Microsystems,


Where can i get Latest Microsoft .Net Certification Dumps & what Types of .Net Certifications are there?

2 Answers   Protech,


How does u get record no from 5 to 15 from a dataset of 100 records?

0 Answers  






How are sessions stored?

0 Answers  


Explain the disadvantages of viewstate?

0 Answers  


What is data cache in sql server?

0 Answers  


I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


Which method do you use to enforce garbage collection in .net?

0 Answers  


what is satellite assembly in .net?

4 Answers   iSoft,


What is the mvc model?

0 Answers  


Categories