A tricky one
I have aform asking customers to input their date of birth, to do so i use 2 numericupdown controls, 1 for the day of the month (1 to 31) and 1 for the years. I use a domainupdown control for the month (January to December), then the code calculate the age of the person, everything works fine.
But i would like the control to display the date of the day before the customer scroll down, this automatically every day
Any ideas???
I have aform asking customers to input their date of birth, to do so i use 2 numericupdown controls, 1 for the day of the month (1 to 31) and 1 for the years. I use a domainupdown control for the month (January to December), then the code calculate the age of the person, everything works fine.
But i would like the control to display the date of the day before the customer scroll down, this automatically every day
Any ideas???