Note that the color selection is passed on to the textbox immediately upon selecting
a color Vs waiting for the "Ok" button confirmation. This is because we have subscribed to the ColorSelect clientside event handler. If you would like
the color selection reflected after the user confirmation by clicking the "Ok" button, then you need to subscribe to the OnOkButton handler.