Invoking Asynchronous Tasks in ASP.NET 2.0


Server Intellect Web Hosting Solutions


Invoking Asynchronous Tasks in ASP.NET 2.0

Author: Bipin Joshi

Invoking multiple tasks that are slow or lengthy always poses a challenge in front of developers. Normal approach is to develop a multithreaded component and delegate the tasks to it. In ASP.NET 1.x there was no direct support at web form level for executing such tasks in asynchronous manner. ASP.NET 2.0 on the other hand allows you to execute tasks asynchronously from within the web form itself. This article explores the two possible approaches with examples.










More Tutorials

Also See:

Implement Intellisense for Your Custom ASP.NET Server Controls
ASP.NET forms authentication with roles
Dynamic Creation of SQL Database,tables in Whidbey or .NET - Article 1
JavaScript with ASP.NET 2.0 Pages - Part 1
Building Date Aware Web Applications in ASP.NET
Database Index Tips For Performance
Paging and Sorting Report Data
ASP.NET Caching: SQL Cache Dependency With SQL Server 2000
New Security Tools in Visual Studio 2005
ASP.NET : Trigger an Event in the Parent Page from within a Page inside IFrame



Copyright© 2005 ASP Intellect | All Rights Reserved

ASP.NET Tutorials
AspNet Tutorials ASP.NET 2.0 Code Examples, Snippets and Tutorials

ASP.NET Tutorials C++ Tutorials C# Tutorials Visual Studio.NET Tutorials
.NET Framework Tutorials Mobility Tutorials Office Tutorials Visual Basic.NET Tutorials