Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am planning to get my DOB selected value from three dropdown list, and those value in dropdown is created by javascript function...
Now I am unable to get those year, month and date value and stored in database during user registration..
can anybody helps me?
Posted
Comments
Member 9581488 7-May-13 9:53am    
post your code!
ChienVH 7-May-13 9:57am    
Instead of using three dropdown lists, why do you not use calendar control (.net control) or jquery datetimepicker?
Prasad Khandekar 7-May-13 10:00am    
Please use Improve question link below your question and add some code. We can not access your machine, HDD or mind to figure out your code.

Regards,

1 solution

You can create three hidden field and when selected index changed you can set the value to hidden field by javascript codes. By this way you can handle this data in server side. If you need to update page you can do postback too.
 
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