|
|
|
The Color Picker Control is a straight forward ASP.Net server control, add the control
to your web page, use the SetColor(ColorName) to set the selected color for the
control, and use the SelectedColor() method the determine the currently selected
color from the control. |
|
|
|
|
|
The Drop Down Color Pick Control is a straight forward ASP.Net custom user control, add
the control to your web page, use the SetColor(ColorName) to set the selected color
for the control, and use the SelectedColor() method the determine the currently
selected color from the control. |
|
|