I want to display a dashboard on an asp.net page. The information will be fetched from different sources onPage_Load event.
I want to load the data asynchronously - progress bar displayed while data is loaded. For example, if there are 5 sections, each will display its own progress bar while data is loaded. One section may take longer to load as compared to others.
Please can someone advice. Thank in advance.