How to use updateprogress using ajax

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • selvamariappan
    New Member
    • Sep 2008
    • 26

    How to use updateprogress using ajax

    Hi All,
    I have Created a asp.net application.Aft er Clicking the submit button the record will be displayed in the grid view which can be within the update panel. How to use updateprogress to display the loading image .
    Thanks and regards
    selva mariappan.c
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Do you mean you want to display a progress bar?

    Comment

    • selvamariappan
      New Member
      • Sep 2008
      • 26

      #3
      Hi
      I am in need of displaying a loading image (filename.gif) while inserting a record . i have a loading image , but i cant able to specify within the updateprogress

      thanks & regards
      selvamriappan.c

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Post the code that you're using. I should think that you only need to add an image using the HTML <img> tag.

        Comment

        Working...