I am researching multi-threading in ASP .Net 2.0, because I have a special Site Creation Web User Control that I created and I want to show a loading screen. So far I have watched the dnrTV(http://www.dnrtv.com) video on multi-threading in a Windows Application. I thought you could do this in ASP .Net, unfortunately that is not the case. Does anyone know a good multi-threading reference? If so, let me know and in return I will post a little example on how I would create the loading screen in co-existence with the site creation.
Also, if anyone wants me to re-visit site creation using some query string parameters and a web service to get users let me know. I know that I have posted using SQL Server. This is just another way to use C# and Query Parameters in a Web User Control (or web part).