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. Automatic alert to other users

Automatic alert to other users

Scheduled Pinned Locked Moved ASP.NET
csharpdatabase
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.
  • V Offline
    V Offline
    Vipin d
    wrote on last edited by
    #1

    Hi friends, I am using MS.net 2.0 and MSSQL2000. I have some doubt regarding automatic alert messages. I have 3 users like U1,U2,U3. When U1 submit (insert) a data into the database, an alert message will show to U2 and U3. Be thankful for any suggestion...

    They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
    CrazySanker

    A G 2 Replies Last reply
    0
    • V Vipin d

      Hi friends, I am using MS.net 2.0 and MSSQL2000. I have some doubt regarding automatic alert messages. I have 3 users like U1,U2,U3. When U1 submit (insert) a data into the database, an alert message will show to U2 and U3. Be thankful for any suggestion...

      They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
      CrazySanker

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      you can use Trigger for that

      Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"

      G 1 Reply Last reply
      0
      • V Vipin d

        Hi friends, I am using MS.net 2.0 and MSSQL2000. I have some doubt regarding automatic alert messages. I have 3 users like U1,U2,U3. When U1 submit (insert) a data into the database, an alert message will show to U2 and U3. Be thankful for any suggestion...

        They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
        CrazySanker

        G Offline
        G Offline
        Guffa
        wrote on last edited by
        #3

        The HTTP protocol doesn't support sending anything from the server to the client. All communication is initiated by the client, so the browser has to poll the server at a regular interval if you want the client to be aware of anything that happens on the server.

        Experience is the sum of all the mistakes you have done.

        1 Reply Last reply
        0
        • A Abhijit Jana

          you can use Trigger for that

          Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"

          G Offline
          G Offline
          Guffa
          wrote on last edited by
          #4

          Well, you could use a trigger, but that's rather pointless as the web application already knows when it's inserting something. The trigger could only update something in the database that the other clients could poll for, and the web application can do that by itself without a trigger.

          Experience is the sum of all the mistakes you have done.

          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