ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 


 

Company >> Atos Origin >> Interview Questions >> ASP.NET Interview Questions
 
  Call Centre AllOther Interview Questions (1)   MM Interview Questions (1)   ABAP Interview Questions (10)
  ASP.NET Interview Questions (1)   MFC Interview Questions (1)
 
Back to Questions Page
Question   What?s the difference between Response.Write() andResponse.Output.Write()? Rank Answer Posted By  
 Interview Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
The latter one allows you to write formatted output.
 
0 Guest
 
 
Answer
Response.write - it writes the text stream 
Response.output.write - it writes the HTTP Output Stream. 

They are used to display output text in formatted manner as 
below
Response.Write() output fotmat :
Response.Write"<h1>" & iTimer & "</h1>"
Response.Output.Write() output format :
Response.Output.Write("<h2>Process running as {0}</h2>",
    WindowsIdentity.GetCurrent().Name);
 
0 Kvnvani
 
 
Answer
R.W:: It writes to  the browser
R.O.W :: It writes to the file
 
0 Suresh.gv
 
 
 
Answer
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);
 
0 Priya
 
 
Answer
Response.Output.Write() allows you to write formatted output
 
0 Rahul
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com