Project Description
The Utah .NET User Group has combined the knowledge of all its members and created a plethora of helpful base class libraries, extension methods, and controls.
Controls
CheckBoxListExtender - Extends an ASP.NET CheckboxList so you can set a minimum and maximum amount of selections allowed.
BaseValidatorStylerExtender - Extends the ASP.NET validators so you can define a css class to be applied to a different control when the input is invalid. Allows you to style the input textbox or label instead of just having the ErrorMessage next to them.
Web Libraries
GenericTemplateImplementation - Allows you to easily use ITemplate controls in code rather than in markup.