How to convert hexa color value into color like (Red)
-
Hi all, Im selecting a color for event in a color picker. it is saved into the db as hexa code.i want to rerive the values and bind that event into the corresponding color. please let me a way.
<font color='<%# Container.DataItem["FontColor"] %>'>
<%# Container.DataItem["EventDescription"]%>
</font>FontColor is retrieved as hexa.
-
Hi all, Im selecting a color for event in a color picker. it is saved into the db as hexa code.i want to rerive the values and bind that event into the corresponding color. please let me a way.
<font color='<%# Container.DataItem["FontColor"] %>'>
<%# Container.DataItem["EventDescription"]%>
</font>FontColor is retrieved as hexa.
The only way I can see, is to have a lookup that checks if the values entered match a known named color.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Hi all, Im selecting a color for event in a color picker. it is saved into the db as hexa code.i want to rerive the values and bind that event into the corresponding color. please let me a way.
<font color='<%# Container.DataItem["FontColor"] %>'>
<%# Container.DataItem["EventDescription"]%>
</font>FontColor is retrieved as hexa.
hi please use this i think it may usefull for u controlname.Style.Add("color", "#4B4B4B");// "#4B4B4B" is an hexadecimal value from db Regs muni
-
hi please use this i think it may usefull for u controlname.Style.Add("color", "#4B4B4B");// "#4B4B4B" is an hexadecimal value from db Regs muni
-
hi please use this i think it may usefull for u controlname.Style.Add("color", "#4B4B4B");// "#4B4B4B" is an hexadecimal value from db Regs muni
"even a fool is considered wise, until he speaks'.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
"even a fool is considered wise, until he speaks'.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
"even a fool is considered wise, until he speaks'.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.