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.SelectedColor.ToString()
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  
 
programming4us programming4us