Hi..
How can I create a custom page that uses the loading panel and displays a web form for a few seconds and redirects to a default.aspx?
thanks in advance
I haven't made one of these, and I don't know what environment, ect. But I'd start with a simple page that had the loading panel and webform.
Have a timer (AJAX Extensions in VS 2k8) that triggers the loading panel on the page and is active when the page activates. Once the time has gone the desired amount (track it via a session variable, a hidden label, ect) use Response.Redirect to send them to the page you want.