I am using the below dropdown in 4 places in one page is there a way to define the font-size at one place like we do it in CSS, using the ASP control Font-Size. Is that possible to do it in ASP.NET page
<asp:DropDownList Font-Size="XX-Small" runat="server" ID="SampleDropDown" >
</asp:DropDownList>
Thanks