ASP.NET Calendar Control

by Bryan on 1/31/2003 at 9:19 PM in 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.



Legacy Comments

Yes, I have. I rolled my own calendar control for my weblog because of it.

Posted by on 2/1/2003 12:06:35 AM

Well, I did roll my own for use with old ASP, so I suppose I could do the same now.

Posted by on 2/1/2003 11:29:03 AM