Microsoft
Software
Hardware
Network
Question : Color Translator
I am using a Rad Color Picker and need to laod the Hex code into my database.
When I do a var= RadColorpicker1.SelectedCo
lor.ToStri
ng()
This is what gets sent to my database
Color [A=255, R=102, G=0, B=51]
I actually need to translate that to #990033 (or whatever...)
Answer : Color Translator
Sorry - I am the king of typos. Fix line 3 with balanced quotes, thus:
header("Location: $asp");
Random Solutions
Get return value from ObjectDataSource
t-sql if statement containing two requirements doesn't work
Windows Explorer Sort Order persistently reversed
need to fix warn
Sum only positive values in ACCESS 2003 table
postback issue
How to delete a row based on the value of a cell? (macro)
VBS, SQL, Access, ODBC - Problems with an Insert Statement
PhysicalDrive0 in VBNET
What does an MFC resource file with texts of more than one language look like?