Ezguy Posted April 4, 2006 Posted April 4, 2006 does any one have an example of how to use threading in a asp.net page . I hope some one can point me to the right direction Quote www.itfriend.com [ get connected with your IT friends]
Administrators PlausiblyDamp Posted April 5, 2006 Administrators Posted April 5, 2006 What are you trying to do with threads under asp.net? If you simply want to run server side code in multiple threads then you can either use threads directly or alternatively look at async pages http://msdn.microsoft.com/msdnmag/issues/03/06/Threading/ is most definately worth a read in that respect. If you mean something else then let us know what you are after in a bit more detail and we'll see what we can do. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.