crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Difference between Response.Write and Response.Output.Write
Question Posted on 01 Sep 2011Home >> DotNet >> ASP.NET >> Difference between Response.Write and Response.Output.Write

(1)Response.write writes the text stream
Response.output.write writes the HTTP Output Stream.
(2)Response.write writes to the browser
Response.output.write writes to the file
(3)response.write() just writes/displays the text or string on the web page.
Response.Output.Write() allows you to write formatted output for example:
Response.Output.Write("{0:d}", "Current Date
Time is: ",DateTime.Now);
(4)Response.Output.Write Formatted output will be displayed.
Response.Write will produce unformatted output will be displayed.
(5)Response.Output.Write It gives String.Format-style formatted output.
Response.Write never gives like that.
(6)Response.Output.Write As per specified options it formats the string and then write to web page.
Response.write just output a string to web page.
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Use of Calendar control in dotnet with code

How to improve Front End UI performance of dotnet web application?

File upload in dotnet

reverse a string

function of garbage collector






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap