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
How you will improve web application performance?
Web API supports which protocol?
What is query string in asp.net?
How can u debug your .net application?
What is the purpose of master page?
What is globalization and localization in asp net?
What is meant by asp.net?
Why session is necessary in web application?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is content page in asp net?
What is application and session in asp.net?
Which two new properties are added in asp.net 4.0 page class?
Explain security types in asp.net?
What is the difference between CC and BCC?
What is the difference between web.config and machine.config in ASP.NET?