Questions tagged [pageasynctask]

18 questions
0
votes
1 answer

Does a PageAsyncTask fire off its own thread?

Does a PageAsyncTask fire off its own thread when used in a .aspx page?
Blankman
  • 259,732
  • 324
  • 769
  • 1,199
0
votes
1 answer

asp.net PageAsyncTask not running asynchronously

I have a PageAsyncTask that takes about 2 mins to run. My page directive has Async="true", my config has the timeout as 180 (3 mins to give extra time), but when I call Page.ExecuteRegisteredAsyncTasks() it doesn't come back right away and is…
user441521
  • 6,942
  • 23
  • 88
  • 160
0
votes
1 answer

PageAsyncTask Update UI

I am learning about asynchronous operations in ASP .NET. I found an article here MSDN. The code works, but I want to be able to update the UI during the long process. It only shows the result after the process has finished. I am using the same code…
coffeeak
  • 2,980
  • 7
  • 44
  • 87
1
2