Suggest any Asp.net control for adding date of birth by specifying day,month & year in each dropdown control & its validation
Suggest any Asp.net control for adding date of birth by specifying day,month & year
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Also you have the option to build it for your own.
Please take a look at this demo site.
http://jqueryui.com/demos/datepicker/#dropdown-month-year
Not exactly what you want,but you can customize it.
Here’s an example how to use it in ASP.net.
http://www.codeproject.com/KB/aspnet/Datepickercontrol.aspx
Hope this help you to kickstart 🙂