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

Why would anyone need to implement their own hashtable or linked list?

2542


What is the difference between abstract class vs interface? Can give me the real time examples?

562


How to comment out asp.net tags?

731


How do u optimize a query in asp.net?

648


How to make paging concepts in datagrid in ASP.NET?

633






What is ASLM?

771


What is globalization and localization in asp net?

586


Explain the difference between globalization and localization techniques

622


How can you use a custom controls in ASP.NET application?

616


In the Repeater control which way you can edit?

727


What is difference between session and application in asp net?

585


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

667


What is state management in .net?

701


How many ways are there to maintain a state in .net? What is view state?

667


What is the difference between table and query?

627