Hi,
I would like to use a calendar control, which should have the following properties:
- always visible (as a normal control)
- I can style all the usual elements
- multiple selecting (highlighting) of dates is possible
- and in the meantime the control doesn't make postback
- based on database values, I can select days on the pageload event
Which control would you propose?
Can I do the above with a simply asp.net calendar control?