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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top