Results 1 to 2 of 2

Thread: Status Bar in Web Application

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2007
    Posts
    120

    Status Bar in Web Application

    I have a working web service, but at times when processing say 500 parts, it is going to take quite a bit of time, like 2 mins or so...

    How do I display a status bar or animated graphic using VS2005 with Ajax Extensions installed.

    My controls are already in an ajax ready area...
    Code:
    <asp:ScriptManager ID="SM1" runat="server">
    </asp:ScriptManager>
    <asp:UpdatePanel ID="UP1" runat="server">
        <ContentTemplate>
            <asp:Panel ID="AP1" DefaultButton="Button1" runat="server">
            </asp:Panel>
        </ContentTemplate>
    </asp:UpdatePanel>
    Also what is the best way to search google for this..

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jun 2007
    Posts
    120

    Re: Status Bar in Web Application

    P.S. Also, if this is a fairly complex task, maybe their are some commercial controls and links you could show me?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width