Hello all,
I am building a small web application, in my app I am loading certain types of data. Each type takes a different ammount of time. Now, I wouldn't like my whole page to load for years, instead I want my page to load immediatly, show my logo and basic css and then load each content tab separatly. What is the correct way to approach it?
I am working with asp.net and c#.
Thank you!