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 web server controls in asp.net?
What does asp.net stand for?
What are the different kinds of assemblies?
How to send a DataReader as a parameter to a remote client ?
Is asp.net 64-bit enabled? How?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is skin in asp.net?
What is asp.net and how it works?
What is is post back property in asp net?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is the difference between ASP Session State and ASP.Net Session State?
What is ispostback method in asp.net? Why do we use that?
How many types of sessions in asp.net?
Explain client-side scripting?