This is a migrated thread and some comments may be shown as answers.

[Solved] Custom Splash screen with AJAX loading panel

2 Answers 259 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 12 May 2008, 08:29 PM
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

2 Answers, 1 is accepted

Sort by
0
Baatezu
Top achievements
Rank 2
answered on 15 May 2008, 12:53 AM
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.

That'd be my first attempt in making that.
0
imran
Top achievements
Rank 1
answered on 15 May 2008, 06:13 AM
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.
Tags
General Discussions
Asked by
Jon
Top achievements
Rank 1
Answers by
Baatezu
Top achievements
Rank 2
imran
Top achievements
Rank 1
Share this question
or