What is the main use of Response.Output.Write()?
Answer Posted / varun
The difference between Response.Write() and
Response.Output.Write() in ASP.NET. The short answer is
that the latter gives you String.Format-style output and
the former doesn't. The long answer follows.
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is protected configuration?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What is the difference between CLICK and MOUSE DOWN Event ?
How many ways are there to maintain a state in .net? What is view state?
Contrast OOP and SOA. What are tenets of each ?
Explain the concept of MVC Scaffolding?
How ViewstateMac works?
Explain the main differences between asp and asp.net?
Explain the different types of assemblies?
What are the server control tags in asp.net.?
Define what is razor? : asp.net mvc
What are the two types of web pages?
In the Repeater control which way you can edit?
Why mvc is faster than asp.net? : Asp.Net MVC
What is slidemaster?