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
Ray Grant
NA
1
0
.NET General - using "code behind file (*.aspx.cs ).........
Aug 26 2014 11:50 PM
Hello. "simple question"
I have a list of 5 <asp:RadioButton's "joined" by assigning EACH RadioButton the common "GroupName="ChoiceA"" Property.
I have ( in *.css file ) settings - EACH of my 5 RadioButtons have "style" similar to :
======================
.styleRadioButton#
{ position : absolute;
z-index : 10;
top: ##%; /* these 2 settings vary a bit, but actually - only "top" */
left: ##%;
width: 200px;
height: 25px;
color : #RRGGBB ; /* my 5 color choices are Red/Orange/Green/Blue/Purple }
=======================
WHEN a specific <asp:RadioButton> is chosen - I want my label
(<asp:Label ID="lblTester" CssClass ="styleLabelTester" runat="server" Text=" " ToolTip="lblTester" />)
to "report" choice - with the color ( forecolor ) "colored" same as Radio Button selected.
( Have the label "print to screen" in the selected color of associated <asp:RadioButton> )
Thanks, in advance.
Sincerely,
Ray Grant
Reply
Answers (
1
)
Fingerprint drivers
how to design master page using div in asp.net ?