Create new thread with ASP.Net using C#
-
Either spawn a new thread by creating a new instance of the
System.Threading.Thread
class, or assign work to a thread from the threadpool by callingSystem.Threading.ThreadPool.QueueUserWorkItem
.Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
-
The real question is, why do you want to ? I mean, there are limited ways in which that can help in ASP.NET because the class is generated on a postback and is gone when the page is sent back.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )