Removing the Calendar Tooltip

Case: Create a full-screen event calendar that displays the events as a hyperlink, and displays the description of the event when the mouse hovers over the event link. Issue: ASP.NET 2.0's Calendar control displays a tooltip "Calendar" or "Databound Calendar" when the mouse hovers...

Continue reading →

Getting Cell Text from a hidden GridView Column

I hit an issue today while working with the GridView control. I have a column that contains the Wilco RowSelectorField checkbox control, and I needed to collect each checked grid view row upon a button-click event. The problem was that the primary key id value of the row that I needed to perform a database...

Continue reading →