This is a migrated thread and some comments may be shown as answers.

Provide immediate feedback to the browser on Long Running Tasks

0 Answers 88 Views
Getting started with ASP.NET
This is a migrated thread and some comments may be shown as answers.
Mostafa Anoosheh
Top achievements
Rank 1
Mostafa Anoosheh asked on 04 Nov 2009, 04:53 AM
Hello,
ASP.NET 2.0 introduces Asyn=”true” attribute in the page to handle asynchronous scenarios and under the hood this attribute tells ASP.NET to implement IHttpAsyncHandler in the page. There are more than one ways available in ASP.NET 2.0 and ASP.NET 2.0 (plus) to register asynchronous tasks in the page,
  • by AddOnPreRenderCompleteAsync method.
  • by declaring PageAsynTask tasks and register them by RegisterAsyncTask method.
read more at ASP.NET MVC, ASP.NET Tips: Provide immediate feedback to the browser on Long Running Tasks – in Asynchronous ASP.NET pages

Kind regards,
Mostafa Anoosheh



No answers yet. Maybe you can help?

Tags
Getting started with ASP.NET
Asked by
Mostafa Anoosheh
Top achievements
Rank 1
Share this question
or