Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Console.WriteLine 'vs' Response.Write


Message #1 by rod@s... on Wed, 24 Jul 2002 09:54:41 +0800
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C232B5.13374E7A
Content-Type: text/plain;
	charset="iso-8859-1"

Hi all,

I was recently given a solution to a problem, but the author had used
Console.WriteLine where I had used Response.Write.
What is the difference between the two and when should each be used?

Thanks,
Rod.

Message #2 by "Michael Spiering" <mspier@n...> on Wed, 24 Jul 2002 10:55:21 -0500
This is a multi-part message in MIME format.

------=_NextPart_000_0010_01C23300.9B5E72B0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Console.WriteLine 'vs' Response.WriteThe example was from a VB app, not an
ASP app--it writes its output to a DOS window and would not be used in
Internet applications.

Michael
  -----Original Message-----
  From: rod@s... [mailto:rod@s...]
  Sent: Tuesday, July 23, 2002 7:55 PM
  To: aspx_beginners
  Subject: [aspx_beginners] Console.WriteLine 'vs' Response.Write


  Hi all,

  I was recently given a solution to a problem, but the author had used
Console.WriteLine where I had used Response.Write.

  What is the difference between the two and when should each be used?

  Thanks,
  Rod.

  --- Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to



  Return to Index