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:
DataValueField="ProblemTypeID" SelectedValue='<%# Bind("ProblemTypeID") %>'
Enabled="False" Font-Bold="True" ForeColor="#6666FF">
thank you
SenthilkumarPosted Apr 13, 2012, 2:02 AM