hi friends


i m coding for birth-date in vb.net

i have 3 comboboxses in my form (month day year)
i want to add this 3 combobox in databse in one field

i try

myrow.Item(i) = Monthcbo.Text & "/" & daycbo.text & "/" & yearcbo.text

its working fine but during navigation i m not able to fetch the data from one databasefield to 3 different comboboxs (ie.month day year) how to that


and my year are not generated in for loop shall i go for collection property

pl help

Store result (field value) into Date variable and use Day, Month, and Year property.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.