Connecting Tech Pros Worldwide Forums | Help | Site Map

Birthday Reminders

Newbie
 
Join Date: Jan 2009
Posts: 8
#1: Jan 24 '09
hey friends,
How do we setup birthday remainders in asp.net using vb.????
this means if i have stored birthdates in the sql database....then the asp page should show the updats on the birthday if some users birthdate is one week later....
its the same as the one in orkut.....

Pls help me out
thankyou
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: Jan 25 '09

re: Birthday Reminders


You are able to query the DB and see if the date equals today, if so display happy birthday message. Is that the type of thing you are after?
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,101
#3: Jan 26 '09

re: Birthday Reminders


Once a week you should query the database for upcoming birthdays.
Your query should retrieve any birthdays that are greater than that day and less than one week from that day.

For more information on how to query a database please check out
Reply