What?s the difference between Response.Write()
andResponse.Output.Write()?
Answer Posted / priya
response.output.write allows String.Format style output and
the response.write doesn't
For example : Response.Output.Write("{0:d}", "Current Date
Time is: ",DateTime.Now);
| Is This Answer Correct ? | 26 Yes | 9 No |
Post New Answer View All Answers
What are directives in asp.net? List down all the important directives.
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
What is a pixel url?
What is the difference between application state and caching?
Can we use MSSql as backend in asp.net...if yes then How.?
What are the major built-in objects in ASP.NET?
How to use multiple scriptmanager controls in a web page?
What is the difference between typeof() vs gettype()?
Describe the .net base class library.
What does ascx stand for?
What is the advantage of mvc over asp.net? : Asp.Net MVC
How to use push notification?
Is LINQ performance wise better or using sqlcommand?
What is client side state management?