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. birthday alarm

birthday alarm

Scheduled Pinned Locked Moved ASP.NET
csharpasp-net
3 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.
  • R Offline
    R Offline
    Rajeesrivastava
    wrote on last edited by
    #1

    plz give answer in ASP.NET using C#.i have developed a sms web application,want to send birthday alarm automatically to register user.I have store all the information in sqlserver like birthday date.

    B A 2 Replies Last reply
    0
    • R Rajeesrivastava

      plz give answer in ASP.NET using C#.i have developed a sms web application,want to send birthday alarm automatically to register user.I have store all the information in sqlserver like birthday date.

      B Offline
      B Offline
      bcozican
      wrote on last edited by
      #2

      Personally I think a seperate windows service would have been a better way to have done this. Implementing a timer in it which runs once a day and sends a sms to all the users who's birthday it is on the current day from the sql database.

      1 Reply Last reply
      0
      • R Rajeesrivastava

        plz give answer in ASP.NET using C#.i have developed a sms web application,want to send birthday alarm automatically to register user.I have store all the information in sqlserver like birthday date.

        A Offline
        A Offline
        Ashfield
        wrote on last edited by
        #3

        If you think about it, a web page is totally the wrong application for this. What you are trying to achieve is something that runs once a day and sends out the sms greetings. How about a console application that is scheduled to run once a day, using windows scheduler. At a push you could use a windows service, but it will be running constantly and using system resources unnecessarily.

        Bob Ashfield Consultants Ltd

        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