Thanks for your feedback Yossi. Pay attention though - this sample creates a Console.WriteLine by defining a TextBox named Console, and extending it as so: public static void WriteLine(this TextBox tb, string s, params object[] args)
So Console.WriteLine actually works in this web app :) Cheers!
Clean the Console.WriteLine
ReplyDeleteThe S3 sample is a console app and your sample is a web app.
Thanks for your feedback Yossi. Pay attention though - this sample creates a Console.WriteLine by defining a TextBox named Console, and extending it as so:
ReplyDeletepublic static void WriteLine(this TextBox tb, string s, params object[] args)
So Console.WriteLine actually works in this web app :)
Cheers!