0

My application takes 1 minute of time to load because it loads a lot of data while loading the page.I would like to display data which have loaded and display loading message for rest which is not loaded till now,once loaded they should also display data.

In Asp.net how we can do that,Please provide me steps for the same.

user3424829
  • 121
  • 1
  • 3
  • 10

1 Answers1

0

Instead of loading all data server side You could Load every secion/data of your page by async ajax. So you will be able to show a loading gif till the content is loaded.

If you want to use server side take a look at the update panel asp.net at loading updatepanel

Community
  • 1
  • 1
pregoli
  • 100
  • 7