Announcing the ASP.Net Control Adapters, a new open source project

Over the past few weeks, I started doing some experimentation with a different approach to changing the rendering of default ASP.Net controls. For a few years, I (and many others) have used the CSSFriendly project for this. That project does some nice things, but has many shortcomings.
I hemmed and hawed about this a bit (see [...]

Popularity: 8% [?]

Rewriting the ASP.Net CSS Friendly Adapters - does anyone care?

A few days ago, I wrote a lengthy post on the official ASP.Net forums where I discussed some thoughts on a new version of the CSS-friendly ASP.Net control adapters. In the post, I outlined some new approaches to improve testability and configuration.
Since that post (written on the evening of Sept 16), there have been no [...]

Popularity: 10% [?]

CSS Friendly ASP.Net Adapter updates to GridView, DetailsView, and FormView

If you’ve used the CSS Friendly ASP.Net Control Adapters in the past, you may want to check out change set 9278, which included a number of improvements to the GridView, DetailsView, and FormView controls.
From the check-in notes:
- Major rewrites of GridView, DetailsView, and FormView walkthroughs
- FormView and DetailsView now use PagerTemplate when it exists
- FormView, [...]

Popularity: 19% [?]