Inside my Page_Load (on Default.aspx) I call a method, which in the end shows some images & text on the page. This takes >30 seconds to load, since it get's these things from various external APIs. So I thought it would be nice to have a "Please wait, loading application..."-text during that time.Inside my Page_Load (on Default.aspx) I call a