gavriel ankri

gavriel ankri

  • NA
  • 39
  • 32.8k

How to change color of read only dropdownlist on ie9

Apr 13 2012 1:35 AM
Hello

I am trying to change the fore color of read only dropdownlist.

its work fine with firefox and chrome, but not in internet explorer 9
someone know how to solve the problem ?

this is my code:

  <asp:DropDownList ID="ProblemTypeIDdrp" runat="server"
  DataSourceID="EntityDataSource1" DataTextField="ProblemName"
  DataValueField="ProblemTypeID" SelectedValue='<%# Bind("ProblemTypeID") %>'
  Enabled="False" Font-Bold="True"  ForeColor="#6666FF">
  </asp:DropDownList>

thank you

Answers (1)