Click here to Skip to main content
15,909,440 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hey friends,
How do we setup birthday remainders in asp.net using C# 
Posted
Updated 26-Aug-18 20:29pm
v2

Use AJAX or any other alternatives. You need to check the current date with database dates(which you stored in Table). Show the alert when the condition is true.
Check my previous answer for win app articles
how can i get reminder before due date..after 15 days?[^]
 
Share this answer
 
Comments
Nimisha Mary John 29-Feb-12 5:39am    
no sir,this is not i meant.I know to check the birthdate with current date,and display message box;But i want to know that,how it will invoke Automatically in each ones birthdate???
thatraja 29-Feb-12 6:20am    
Those links contains the solution for you(Logics for checking dates, showing alert, etc.,). Now you need only web based thing. So Search "AJAX + Timer + reminder" in Google
Espen Harlinn 29-Feb-12 14:53pm    
5'ed!
You can create Windows service, which would check automatically everyday and send birthday reminder to user.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900