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.