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. General Programming
  3. .NET (Core and Framework)
  4. send notification based on date time

send notification based on date time

Scheduled Pinned Locked Moved .NET (Core and Framework)
tutorial
5 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.
  • K Offline
    K Offline
    kyi kyi
    wrote on last edited by
    #1

    hello all, i'd like to know how to implement my scenerio. my table has a datetime field. base on that date time, i want to send notification to the users accordingly. for e.g due date is 30-08-2010 inside my table. if current date is 31-08-2010, i want the system to send notification automatically. will appreciate the answers. thanks in advance, Kyi Kyi

    D R 2 Replies Last reply
    0
    • K kyi kyi

      hello all, i'd like to know how to implement my scenerio. my table has a datetime field. base on that date time, i want to send notification to the users accordingly. for e.g due date is 30-08-2010 inside my table. if current date is 31-08-2010, i want the system to send notification automatically. will appreciate the answers. thanks in advance, Kyi Kyi

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      You can use a windows service which will once a day look in to the table for records and send notifications if finds any.

      K 1 Reply Last reply
      0
      • K kyi kyi

        hello all, i'd like to know how to implement my scenerio. my table has a datetime field. base on that date time, i want to send notification to the users accordingly. for e.g due date is 30-08-2010 inside my table. if current date is 31-08-2010, i want the system to send notification automatically. will appreciate the answers. thanks in advance, Kyi Kyi

        R Offline
        R Offline
        Rajendra Prasad Panchati
        wrote on last edited by
        #3

        Hi Kyi Kyi, For this u need to use windows scheduler tasks feature so that it'll executes a task periodically everyday in a certain time of period . On the other hand create a windows application to and give it to DB connectivity and write code what you want to do. point this .exe to that scheduler task. Thats it...All Over...:thumbsup:...

        Rajendra prasad Panchati .Net/Sharepoint Software Enginner Hyderabad.

        K 1 Reply Last reply
        0
        • R Rajendra Prasad Panchati

          Hi Kyi Kyi, For this u need to use windows scheduler tasks feature so that it'll executes a task periodically everyday in a certain time of period . On the other hand create a windows application to and give it to DB connectivity and write code what you want to do. point this .exe to that scheduler task. Thats it...All Over...:thumbsup:...

          Rajendra prasad Panchati .Net/Sharepoint Software Enginner Hyderabad.

          K Offline
          K Offline
          kyi kyi
          wrote on last edited by
          #4

          thank you very much :).i'll try

          1 Reply Last reply
          0
          • D dan sh

            You can use a windows service which will once a day look in to the table for records and send notifications if finds any.

            K Offline
            K Offline
            kyi kyi
            wrote on last edited by
            #5

            thank you very much.:)

            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