How can I access the name/value collection of a control's CSS class?<BR><BR>Example:<BR><BR><style><BR>.Tester<BR>{<BR> background-color: #FFFFFF;<BR> font-size: 10pt;<BR>}<BR></style><BR><BR><MyControls:TestControl class="Tester" runat="server"/><BR><BR>Try <MyControls:TestControl CSSclass="Tester" runat="server"/>