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
  1. Home
  2. Web Development
  3. ASP.NET
  4. How can I update data on web page (already opened) when another user updates data in database.

How can I update data on web page (already opened) when another user updates data in database.

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasequestionannouncement
4 Posts 3 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.
  • M Offline
    M Offline
    manojknit
    wrote on last edited by
    #1

    hi How can I update data in web page datagrid control (web is already opened) when another user updates data in database. I am using ASP.NET, C#. Thankx :confused: Manoj Kumar Gangwar

    E 1 Reply Last reply
    0
    • M manojknit

      hi How can I update data in web page datagrid control (web is already opened) when another user updates data in database. I am using ASP.NET, C#. Thankx :confused: Manoj Kumar Gangwar

      E Offline
      E Offline
      enjoycrack
      wrote on last edited by
      #2

      HI there, web is stateless env, that means client has to send request to webserver and the webserver will send the result back to client. So in this case, you have to set the client will reload at an interval time << >>

      G 1 Reply Last reply
      0
      • E enjoycrack

        HI there, web is stateless env, that means client has to send request to webserver and the webserver will send the result back to client. So in this case, you have to set the client will reload at an interval time << >>

        G Offline
        G Offline
        Gowtham Sen
        wrote on last edited by
        #3

        Hi, You can do this, by refreshing the page. You can do automatic refresh for a particular period of time. Just add the following tag. For the above tag, the page will be refreshed for every 100 seconds. Thanks and Regards Gowtham Sen.

        M 1 Reply Last reply
        0
        • G Gowtham Sen

          Hi, You can do this, by refreshing the page. You can do automatic refresh for a particular period of time. Just add the following tag. For the above tag, the page will be refreshed for every 100 seconds. Thanks and Regards Gowtham Sen.

          M Offline
          M Offline
          manojknit
          wrote on last edited by
          #4

          Thanks a lot. :rose: Manoj Kumar Gangwar

          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