How to use Ajax to show loading screen?

Last post 07-06-2009 12:24 AM by Shengqing Yang - MSFT. 3 replies.

Sort Posts:

  • How to use Ajax to show loading screen?

    07-01-2009, 11:37 PM
    • Participant
      1,576 point Participant
    • lax4u
    • Member since 05-28-2004, 2:45 PM
    • Posts 857

     i have several pages which takes longer time to load when user clicks on a button,and that becuase of database access and the so much stuff going on in background. So in order to improve user's browser's experince i want to show loading screen as soon as user clicks on button. Like loading circle etc etc. Is there any control available in Ajax that will do that? if not how do i do that?

    Something like this http://www.ajaxloading.com/

     

  • Re: How to use Ajax to show loading screen?

    07-02-2009, 2:32 AM
    • Participant
      1,066 point Participant
    • stevew1975
    • Member since 05-29-2009, 2:51 PM
    • Bristol, UK
    • Posts 189

    you could just add the <asp:updateprogress> tag to the page, add in an image or a div which overlays most of the page.




    Please mark this post as answered if it helped you!
  • Re: How to use Ajax to show loading screen?

    07-06-2009, 12:10 AM
    • Participant
      1,635 point Participant
    • ixtli
    • Member since 04-18-2008, 5:49 AM
    • Posts 264

     test

  • Re: How to use Ajax to show loading screen?

    07-06-2009, 12:24 AM
    Answer

    lax4u:

     i have several pages which takes longer time to load when user clicks on a button,and that becuase of database access and the so much stuff going on in background. So in order to improve user's browser's experince i want to show loading screen as soon as user clicks on button. Like loading circle etc etc. Is there any control available in Ajax that will do that? if not how do i do that?

    Something like this http://www.ajaxloading.com/

    Hi,

    I once made a similar demo in another thread. You may have a try on it: http://forums.asp.net/t/1323598.aspx.

    Also, some good custom controls can help too. Please refer to these ones I would like to recommend:

    Building a Better Busy Box - Ver 1.2: http://blogs.crsw.com/mark/articles/642.aspx

    BusyBoxDotNet: http://www.guru4.net/english/article/busyboxdotnet/default.aspx

    Best Regards,
    Shengqing Yang

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread : )
Page 1 of 1 (4 items)