Forum Moderators: open
<asp:dropdownlist id="ddlCustomerType" CssClass="drop" Runat="server" AutoPostBack="True">
<asp:ListItem Value="-1">Select Customer Type</asp:ListItem>
<asp:ListItem Value="Companies">Company</asp:ListItem>
<asp:ListItem Value="Individuals">Individual</asp:ListItem>
</asp:dropdownlist></td>
I can put a style on the overall drop down, but I would like to put something like <bold> on the header with in the box.
Thanks,
B