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

How to show loading sign when application is being loaded for the first time ?

3 Answers 105 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Harendra
Top achievements
Rank 1
Harendra asked on 08 Oct 2013, 12:23 PM
Hi,

I have developed a database driven web application which when loaded for the first time needs to fetch some heavy data from the server.
I don't want the user to see the white screen for a minute or so before the application actually appears. So i want to show the loading sign showing percentage or a bar which shows that the application being loaded and user knows that application will be there after the loading finishes (eg. just as when we login to gmail, before showing the mails a nice loading sign is there showing the percentage of data processed.)

Can anyone help in this topic. It will be really great help.

Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 10 Oct 2013, 12:29 PM
Hi Harendra,

I would suggest you to review the help topic below which elaborates on this matter:

http://www.telerik.com/help/aspnet-ajax/ajax-show-loadingpanel-on-initial-pageload.html

I hope this helps.

Regards,
Maria Ilieva
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Harendra
Top achievements
Rank 1
answered on 15 Oct 2013, 06:15 AM
Hi Maria,

I read and tried the  help from :
http://www.telerik.com/help/aspnet-ajax/ajax-show-loadingpanel-on-initial-pageload.html

But the RadAjaxManager_AjaxRequest method is executing after Page_Load. All my database logic which is building the web page is in the page load. I think this is the reason why the loading symbol is not shown.

I want the loading symnbol to show on the screen as long as the page load is executing.

Thanks for you response. 


0
Galin
Telerik team
answered on 18 Oct 2013, 08:06 AM
Hi Harendra,

I have prepared a sample page, based on the provided help topic and this demo. You can find it in the attached achieve.

I hope this helps.

Regards,
Galin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Ajax
Asked by
Harendra
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Harendra
Top achievements
Rank 1
Galin
Telerik team
Share this question
or