Hi,
I've got a skin where Textbox has the following CSS class:
<asp:TextBox runat="server" CssClass="MyTextBox"/>
But for a particular textbox I'd like to write something like
<asp:TextBox runat="server" CssClass="MyTextBox MyWideTextBox"/>
Go to the complete details ...