PDA

Click to See Complete Forum and Search --> : Date Picker Problm


cutamacious
Oct 11th, 2005, 10:45 AM
Hi All

I'm facing a problem with datepicker

I've got a form with a date picker control on it and aslo a timer control.

when I select a date in the date picker control the validations fire correctly. But when I drop down the date picker control and click on the month arrow it keeps on changing the months continuosly in the date picker which leads to continuos firing the validation for the date picker which is the main trouble for me.

Can anyone out ther help me on this issue?

Hack
Oct 14th, 2005, 07:47 AM
What code do you have in the timer and datepicker?

cutamacious
Oct 15th, 2005, 02:43 AM
What code do you have in the timer and datepicker?

The timer conrol refreshes the data from the database onto the controls on the screen every 50 seconds

The date picker control verifies the database if there is any data in the database for the selected date.