I am adding a calendar to my page all in the code behind. There is no data source, but rather I want to put text in there myself and also set the color of certain days programatically. I'm unsure how to do this from the examples. Can someone help?
Basically I am looping through some XML data and based on the values, I want to set colors and tex.
Thanks in advance!