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

Why is global asax is used for?

712


What is localhost in asp.net?

769


is gateway for sms continue connected for sending sms.how?

2030


Which is faster union or union all?

755


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

1799


Can you change a Master Page dynamically at runtime?

751


Why would a company use an application service provider?

674


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

800


What are uri parameters?

736


What is enableviewstate?

718


What is the server of asp.net?

718


Write a code snippet to implement the indentation in json in web api.

769


Explain how cookies work.

781


If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

741


Explain the Order of events in an asp.net page?

773