This toolkit relies on a 2.0 technology called Control Adapters. These allow you to alter the rendering behavior of a control site-wide. Unlike previous versions of ASP.NET, you do not need to subclass existing controls to get this functionality. Just register them in the web.config file and you are good to go. The developer writing the page need never know the designer is using CSS.
If you want to create your own Control Adapters, you have the additional option of using different versions for each browser. But that shouldn't be necessary for the controls supported by this toolkit. These include:
- ChangePassword
- CreateUser
- DataList
- DetailsView
- FormsView
- GridView
- Login
- LoginStatus
- Menu
- PasswordRecovery
- TreeView