I had written a classic ASP event calendar and I wanted to convert to ASP.NET. I rewrote it as a C# class, and eventually I'll rewrite it as a control. Right now, it works the same as the old ...
I'm trying to customize the day text in a calendar control <b>while keeping the ability to click on the day.</b> It seems that if in a dayrenderer event, if I modify e.cell.text, the cell becomes ...