Board index » Web Programming » DateTime control
|
jasonjoh
|
DateTime control
Web Programming208
I'm looking for a DateTime control that works a bit like the WebDateChooser of Infragistics. This control has a mask which allows only valid dates to be entered. So no alphabetic characters allowed, only numbers. And no invalid dates like 32/01/2006 (belgian format for 32nd januari 2006). No date-pick feature with popup or dropdown or something like that is needed. Just a mask and the ability to only fill in correct dates. The problem why we don't want to use the WebDateChooser of Infragistics is that it looses its filled in date and its date mask when used on a Atlas UpdatePanel and when it is set to visible and invisible a couple of times. Actually, we tried to use three different Infragistics controls together with the Atlas UpdatePanel and they all turn to buggy behaviour. I found an alternative for the two other (tabpage and maskinput control) that works correctly with the Atlas UpdatePanel, now only the datetime control is left. - |
