Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello all
i have one form on which there is 1 field as birth date.
i want notification on my web page on my client's birthday.
can any one suggest me anything???
thanking you
palak shah
Posted

1 solution

Lots of ways..
1) you can write a small Javascript and show alert popup like : alert("Hi its your B'day");
2) Or you can set a label on the form and make its visibility hidden until that date comes and set visibility to true when the date come
3) Or you can show a nicely designed Jquery popup to display b'day wishes... :)
 
Share this answer
 
Comments
pal5hah 31-Oct-11 5:57am    
thank you
it helped me alot
i think the second option is too good.
but how will be my sql procedure like???
kiran dangar 31-Oct-11 6:17am    
Hi, you can just fetch the B'date from SQL using executescalar method.. and then compare with current date..
Please "Accept Answer" if it helped you...
thanks
kiran dangar 31-Oct-11 6:25am    
Thanks

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