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