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
Why would anyone need to implement their own hashtable or linked list?
What is the difference between abstract class vs interface? Can give me the real time examples?
How to comment out asp.net tags?
How do u optimize a query in asp.net?
How to make paging concepts in datagrid in ASP.NET?
What is ASLM?
What is globalization and localization in asp net?
Explain the difference between globalization and localization techniques
How can you use a custom controls in ASP.NET application?
In the Repeater control which way you can edit?
What is difference between session and application in asp net?
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?
What is state management in .net?
How many ways are there to maintain a state in .net? What is view state?
What is the difference between table and query?