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 can you handle errors in Web API?
What is the Difference between MVC And MVP design pattrens
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
How can you register a custom server control to a web page?
Where is asp.net session stored?
What is difference cookie and session?
What are the different session state management options available in asp.net?
Define view state.
Explain MVC model binders?
Is asp.net different from asp? If yes, explain how?
From which base class all web forms are inherited?
How can I open ashx file in mobile?
Why do we need a web application session?
How many web config files can be created for an application?
What is content place holder?