Tuesday, October 28, 2008
Building a Color Editor using COR
Check out the AJAX Color Editor control for a control that displays a color picker. This project includes source code that shows how to incorporate the Web Control in an ASP.NET page. The Color Picker is based on AJAX technology that provides partial rendering for the control, giving it the feel of a fat client.
Table 1 displays the Color Picker. The control displays 2 color palettes – one for the back color and the second for the fore color. The sample text to color shows the selected back and fore colors.
![]()
The Color Picker uses:
- The COR project provides a set of public static methods for adding Controls.
- AJAX technology provides partial rendering for the control, giving it the feel of a fat client
COR Project
The Color Picker is a Web Control. It is created programmatically using public static methods from the 'C' class in COR.
Subscribe to Posts [Atom]
