Quote Originally Posted by Efes View Post
Now my code works fine in Window Forms:



It connects to database, counts rows in table, writes result into txt file and closes connection.

Now my need is to show result in silverlight (web page) instead of writing into txt file. How do I start?
You start by creating a SilverLight application project instead of a console project.