ASP.NET calendar drawing control

Posted by BCS on Stack Overflow See other posts from Stack Overflow or by BCS
Published on 2009-07-20T16:49:14Z Indexed on 2010/06/16 2:02 UTC
Read the original article Hit count: 210

Filed under:
|
|

I want to make a simple ASP.NET page that draws a months from a calendar and highlights given dates. (I'm not looking for a date picker.) What I have is a list of DateTime values and I need to display them a a nice way.

Given that I'm a total beginner with ASP, simpler really is better. (I'd rather not, I'm willing to hack together something with StringBuilder and <table> if it's easier).

p.s. I have no budget, so non-free controls will only be of use to other readers.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about controls