In my website their is a textbox for adding birth date...
I m using the ajax calendar for selecting date...
I want dat the user who enters the date shld be above 16yrs old...
means i want dat the date should be minus from the current date and should be calculated as 16yrs or above it...
for example:- user 'A' selects a date 5th may 2005 and the current date is 28th march 2013 (which means that the age is 8 yrs)... than it should show an error that "your age should be above 16 yrs"...
Front-end:- Asp.net C#
Back-end:- sql server 2005
Note:- I am using Ajax Calendar....
So plzzz help me out.......