I have code in my Page_load method that can take up to a few seconds to fetch back the data and store it into a table.
How can I display a percentage (or just generic) loading bar until all the data is ready, as oposed to just having the empty table until the data is ready?
Is there an asp control dedicated to progress bars?