GeekArticles
Microsoft
C#MultiThread in MOSS Page by implementing PageAsyncTask
Author: codeproject.com |
Published: 25th Apr 2008 |
Visited: 117 times |
Add CommentFiled in: CSharpTo implement PageAsyncTask for web part rendering in Parallel instead of RegisterWorkItem
Read Article Sponsored Links
Related Articles
• Implementing WSDL in Ajax Ajax based applications are highly intricate that its functions should be reused as much as possible to ease the developer’ s job in building other applications. Debugging them as raw functions especially the web enabled services could be a little bit challenging but could be done with the ...
• Implementing JavaScript Library Implementing a JavaScript library has it ups and downs. By using a JavaScript library developers will not have to deal with manual coding of different functions. On the other hand the lack of familiarity with the library and rushing to use the functions offered will only get the application complica ...
• JavaScript Page Cookie (maintaining page state) Sometimes you need to redirect the user from the current page to accomplish a part of a task. Most people use pop-up windows to refrain from doing this, but sometimes you just can't do it any other ...