Hi,
I'm looking for a calendar control (aka date-picker) that works on mobile devices. The problem is most devices are w/o JavaScript, or with poor JavaScript support.
ASP.Net's built-in control uses JavaScript to do post-back. ASP.Net has a mobile calendar control, but it isn't fully localizable (on low end devices where it displays a step-by-step date picker its buttons are always in English).
I am thinking of overriding the built-in calendar control to replace the JavaScript post-back directly with parametrized links.
My compound question is - Do you know of a good JavaScript-less calendar control, of a way to get rid of JavaScript in ASP.Net built-in control, or of a way to localize ASP.Net's mobile calendar control?
If you know all of the above doesn't exist - do you think replacing the post-back with parametrized links is a good way to go? Do you have another suggestion?
Thanks,
Asaf
EDIT: Currently, I'm not concerned with formatting - the device I'm targeting displays the date-picker well. I'm concerned only with the small problem of getting it to work...