TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
gavriel ankri
NA
39
48.4k
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
Reply
Answers (
1
)
Application state and Caching in ASP.NET
Retrieving text document to code behind