Adding Async=true to the page- no side effects noticed.
- by Michael Freidgeim
Recently I needed to implement PageAsyncTask in .Net 4 web forms application.According to http://msdn.microsoft.com/en-us/library/system.web.ui.pageasynctask.aspx"A PageAsyncTask object must be registered to the page through the RegisterAsyncTask method. The page itself does not have to be processed…