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


Please Help Members By Posting Answers For Below Questions

What is AutoEventWireup attribute for ?

606


What is master page in dtp?

557


What are the memory-mapped files?

526


What is dynamic web page with example?

530


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

540






State differences between MVC and WebAPI

611


Do you know about caching with the datasource controls?

486


Difference between response.redirect and server.transfer?

559


What is server side in asp.net?

502


Mention few asp.net validators.

582


What is server side session?

526


What is the significance of ASP.NET routing?

640


What is user control in asp.net?

516


What is difference between View State and Hidden Field in ASP.NET?

667


What parameters can you pass in the url of the api? Can get and post use the same url?

560