Thursday, June 11, 2015

Visual Studio 2010 reports asynchronous loading

Reports in asp.net pages load asynchronously, which may cause some difficulties. It may cause infinite page loading if used incorrectly. The issue occurs because report viewer control makes asynchronous postbacks.
Brian Hartman describes the ReportViewer control in his blog and clarifies how to use it.
You can read it here.

No comments:

Post a Comment