Thread: need to loading image with css when update panel is working

Results 1 to 2 of 2
Share This Thread →
  1. #1
    Vincentas is offline Registered User ASP Free Newbie (0 - 499 posts)
    Join Date
    Nov 2012
    Posts
    19
    Rep Power
    0

    need to loading image with css when update panel is working

    Hi there,

    I need to show my the progress image when update panel is working.
    Also I want to show the remaining background to deactivate.

    Can you please guide me how can i achieve this using my loading.gif image and updatepanel in .net.

  2. #2
    markWilson's Avatar
    markWilson is offline Contributing User ASP Free Beginner (1000 - 1499 posts)
    Join Date
    Aug 2008
    Posts
    1,453
    Rep Power
    341
    Hi,

    when you try ajax control update panel in your .net application. you can use the asp:updateprogress which will do the same.
    look at the below example

    Code:
    <asp:updatepanel id="ResultsUpdatePanel" runat="server">    
    <contenttemplate>
    
    <div style="text-align:center;">
        <asp:updateprogress id="UpdateProgress1" runat="server" associatedupdatepanelid="ResultsUpdatePanel" dynamiclayout="true">
                            <progresstemplate>
    
                               <img src="support/images/loading.gif">
    
                            </progresstemplate>
                        </asp:updateprogress>
    
                        </div>
    
     //your control code
    </contenttemplate>
    </asp:updatepanel>
    let me know if you want more in this
    if you found this post is useful click * button (bottom side on this reply ) and agree

    Jquery Shake Effect ,
    JQUERY on Blogger

    Thank You,
    KiranK

Share This Thread →

Become Part of This Conversation

Join NowFor Free!

Similar Threads

  1. Replies: 7
    Last Post: November 3rd, 2009, 12:58 AM
  2. Image loading help
    By boyindie in forum .NET Development
    Replies: 2
    Last Post: September 14th, 2007, 09:00 AM
  3. Working with System.Drawing.Image - Spraying an Image
    By tapgyn in forum .NET Development
    Replies: 0
    Last Post: October 28th, 2006, 08:46 PM
  4. dynamic Image loading
    By joePattom in forum ASP Development
    Replies: 2
    Last Post: November 15th, 2004, 07:04 AM
  5. loading an image to a database
    By Steve Schofield in forum ASP Development
    Replies: 1
    Last Post: February 27th, 2002, 04:32 AM

ASP Free Advertisers and Affiliates