Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. loading image

loading image

Scheduled Pinned Locked Moved ASP.NET
javascriptdatabasetutorial
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Raja Soosai
    wrote on last edited by
    #1

    hi I need to know how to show the loading image in gridview while loading for each row using javascript. only for that single column getting data from some other db.

    N 1 Reply Last reply
    0
    • R Raja Soosai

      hi I need to know how to show the loading image in gridview while loading for each row using javascript. only for that single column getting data from some other db.

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      Something like this?

      function LoadDataRow()
      {
      var img = document.GetElementById("image");
      img.style = "visible";

      // Load data
      
      img.style = "hidden";
      

      }


      I know the language. I've read a book. - _Madmatt

      R 1 Reply Last reply
      0
      • N Not Active

        Something like this?

        function LoadDataRow()
        {
        var img = document.GetElementById("image");
        img.style = "visible";

        // Load data
        
        img.style = "hidden";
        

        }


        I know the language. I've read a book. - _Madmatt

        R Offline
        R Offline
        Raja Soosai
        wrote on last edited by
        #3

        Hi When To Call this JS function.

        N 1 Reply Last reply
        0
        • R Raja Soosai

          Hi When To Call this JS function.

          N Offline
          N Offline
          Not Active
          wrote on last edited by
          #4

          Are you serious? If you can't figure that out you should not attempt this project. Go to your manager and tell them you are not capable of theis work and ask to be reassigned to the mailroom.


          I know the language. I've read a book. - _Madmatt

          R 1 Reply Last reply
          0
          • N Not Active

            Are you serious? If you can't figure that out you should not attempt this project. Go to your manager and tell them you are not capable of theis work and ask to be reassigned to the mailroom.


            I know the language. I've read a book. - _Madmatt

            R Offline
            R Offline
            Raja Soosai
            wrote on last edited by
            #5

            Hi Code Project, I got solution for my problem. Its very easy to show the loading image for each row in grid view. I'l upload the described answer soon.... Thanks, S.Raja

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups