26Mar
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 →
Posted in Blog | No Comments
05Jan
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 →
Posted in Blog | No Comments