Click here to Skip to main content
15,884,176 members
Articles / Web Development
Article

CSS Friendly Pages

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
11 Oct 2013CPOL2 min read 7.7K   1  
From CodePlex: "The CSS Friendly Control Adapters kit (for ASP.Net 2.0) provides pre-built control adapters that you can easily use to generate

This articles was originally at wiki.asp.net but has now been given a new home on CodeProject. Editing rights for this article has been set at Bronze or above, so please go in and edit and update this article to keep it fresh and relevant.

From CodePlex: "The CSS Friendly Control Adapters kit (for ASP.Net 2.0) provides pre-built control adapters that you can easily use to generate CSS-friendly markup from some of the more commonly used ASP.NET controls. "

Start by reading the original CSS Friendly Control Adapters Whitepaper. Check out Amit's ASP.NET ListView experiments and see how easily he changed the look and feel with CSS Table Gallery Stylesheets. ScottGu also has a nice, clean tutorial. For background as to why you'd use the CSS Friendly Control Adapters, read this MSDN article on developing ASP.NET Applications Using Web Standards.

History

It all started in late 2006 when Microsoft released the original CSS Friendly Control Adapters source code. It worked, but implementing it in a web site required either using a separate Visual Studio project template or manually injecting code files into an existing project. Considering the original project was released at least in some degree as a tutorial, this is not surprising.

Frustrated by the extra steps taken to incorporate these controls into a web project, an independent developer, Brian DeMarzo, repackaged the code so that it compiled into a single DLL, making it easy to include its functionality into any web project.

On March 7, 2007, Microsoft approved the idea of directly letting the community decide on and implement changes to the ASP.NET 2.0 CSS Friendly Control Adapters, undoubtedly thanks to the efforts of the original developer of the CSS adapters, Russ Helfand.

As a result, the CodePlex project will become the source for all future releases of the CSS Friendly Control Adapters.

Is this the official release of the CSS Friendly Control Adapters? Kind of. Originally, it wasn't, but when Microsoft handed the keys to the community, it became the official release. Still, more information can be found on Microsoft's ASP.Net web site.

Feedback

Getting feedback is important to us. You can provide feedback at the following web sites:

This article was originally posted at http://wiki.asp.net/page.aspx/61/css-friendly-pages

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
The ASP.NET Wiki was started by Scott Hanselman in February of 2008. The idea is that folks spend a lot of time trolling the blogs, googlinglive-searching for answers to common "How To" questions. There's piles of fantastic community-created and MSFT-created content out there, but if it's not found by a search engine and the right combination of keywords, it's often lost.

The ASP.NET Wiki articles moved to CodeProject in October 2013 and will live on, loved, protected and updated by the community.
This is a Collaborative Group

754 members

Comments and Discussions

 
-- There are no messages in this forum --