what is diffrance between response.write &
response.output.write
Answers were Sorted based on User's Feedback
Answer / siddiq
Respons.Write will display the value/expresion as it is.
Response.Output.Write will diaplay the formatted content.
Is This Answer Correct ? | 23 Yes | 3 No |
Answer / 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 |
Answer / bala
The latter one allows you to write formatted output..
Is This Answer Correct ? | 12 Yes | 4 No |
Response.Output.Write() allows you to write formatted output
Is This Answer Correct ? | 7 Yes | 0 No |
How Web Services help Us? What r the difference between Remoting and webservices
5 Answers Protech, TCS, Tech Mahindra,
How to stop the inheritance?
Difference between datagrid and datareader?
if we establish the cinnection with connection string tag in web.config file,can i go for encrypt and decrypt with that?
What is css in asp.net?
What is redirectpermanent in asp.net?
What is enableviewstate?
Dategrid filtering and sorting How can we sort all the fields at once?
Explain about asp.net 2.0 themes?
what is the dllhell? why we use the dllhell?
What are the page level transaction and class level transaction?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc