Console.Writeln not outputing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating an asp.net app and all I am trying to do is Console.Writeln(somevariable) but this does not should up in the output window? I feel pretty stupid but does anyone have any idea why I can't print out the contents of a variable

Thank
Mark
 
Hi, Mark

Take a look at Trace class. See Write method.

HTH
Alex

Mark Overstreet said:
I am creating an asp.net app and all I am trying to do is
Console.Writeln(somevariable) but this does not should up in the output
window? I feel pretty stupid but does anyone have any idea why I can't
print out the contents of a variable?
 
Back
Top