Justin Cooney
Web Development Tips and Examples
Category: HTML
-
Today Luvy and I looked at updating the logic for an ASP.NET forms page that we are working on. The page contains a multi-row update-able GridView, and we were asked to make sure that if one CheckBox control was unchecked, that another CheckBox control on the same grid line would also uncheck itself. We chose to handle…
-
Overview: The latest versions of Excel (2007, 2010) differ from Excel 2003 in their support of streaming a HTML document containing Excel-specific markup. Although core markup features still work, some of the previously supported functionality has now been removed. This directly affects the ability in code to stream a table to Excel and then use MSO…
-
The Challenge: IE blocks cookies from pages that are called in an iFrame. In my case this involved an ASP.NET application called from a Drupal CMS via a jQuery-based FancyBox. Details: Today I ran into an interesting IE problem that was tricky to track down. A few years ago I inherited a simple but useful…