Hi,
For this project I'm using .Net 1.1 and VB. I'm trying to create ddl's for the 'date of birth'. That is, one ddl for month, one for day, and one for year. I want to combine those values and update a single 'dob' field of the table (currently in MS Access). Also, I need to be able to retrieve an existing dob and have each ddl show the appropriate value.
For example, if I login to the site and select 'January', '10', '1970' from the individual ddls and click submit, the date should be stored as '01/10/1970' in the 'dob' field. When I come back to the site at another time, the ddls should show the correct date that was already selected, ie, 'January', '10', '1970'.
I can submit individual ddl values to the table (that's not what I want to do anyways), but I have no idea how to do the rest.
Any help would be appreciated.
Thanks.