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
What are the types of caching in asp.net?
What is the use of data set in asp.net?
Is asp.net a programming language?
How do we sort the data from a dataset?
Define reflection in .net?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is webresource axd?
Is it possible for me to change my aspx file extension to some other name?
What is ispostback property?
Which .NET framework supports Web API?
How you can access the properties and controls of master pages from content pages?
What is the difference between mvc and asp.net? : Asp.Net MVC
What does mean by a neutral culture?
What a diffgram is, and a good use for one?
Please brief not about xsd,xslt & xml?