Create system.drawing.color object

kcsuper

New member
Joined
Jun 11, 2009
Messages
1
Location
CT
Programming Experience
Beginner
I'm sorry if this is the wrong place to ask this question but I could not understand how to create a new thread. I have been over this for countless hours with no avail: I need to program an aspx web page so that when I click a radiobutton which states a color name, it will change the label to its designated color found in the system.drawing.color. I have been informed that I need to create a system.drawing.color object using the fromName procedure and assign that object to my label.forecolor property. My question is how do I achieve this. Thanks in advance.
 
Back
Top