Archives for January 31, 2003

ASP.NET Calendar Control

Posted on 1/31/2003 to Developer Stuff

I've been working on implementing the ASP.NET Calendar Control into the weblog app lately.

Writing the code so that entries showed up where they are supposed to was easy, but I am having a heck of a time getting consistent formating of the calendar itself. For example, using CSSClass for styling the control is hit or miss -- mostly miss, and on my server, the font-size and forecolor properties of TitleStyle don't want to work, at least not if I also want to use NextPrevStyle. However, if I create the exact same calendar in a page running on XP Pro, they work.

Has anyone else experienced similar inconsistencies with this control? It is really starting to annoy me.