0
kicks
Parallel page processing with Asp.Net
With Asp.Net, by default a page is rendered synchronously, one control at a time. Processing a complex page this way, using but one thread, may cause the page to render slowly. A simple approach to speed up this process is to use the Asp.Net 2.0 feature for asynchronous page processing, described in this post.