I'm building a custom web control and I want to save a color value to ViewState.
Like BackColor.
I've searched for this and it seems String is not the answer, but System.Drawing.Color converts to what?
I can save an object to the ViewState but not a color value. I know this can be done.
Thanks for any and all help.
Like BackColor.
I've searched for this and it seems String is not the answer, but System.Drawing.Color converts to what?
I can save an object to the ViewState but not a color value. I know this can be done.
Thanks for any and all help.