|
|
|
|
|
Total Hits: 140 | Today: 0
|
Author: Z-SoftNet
|
Rating:
|
|

The ColorPicker Control is a custom ASP .Net server control which provides the Web safe colors for Web Forms. This control can show the color name, color Hex value, or a mix of both.This is the list of the product features for this version. .Render color names as Text and Value .Render color names as Text and Hex value as the Value .Render color Hex value as Text and Value .Cross browser support. .Visual Studio .NET Designer support...
|
|
|
|
Total Hits: 136 | Today: 0
|
Author: Olivier Giulieri
|
Rating:
|
|

KolorPicker is an ASP.net Server Control for adding visual color selection to your web site or web application in just a few lines of code. KolorPicker features four popular color palettes: Basic, Web safe, Gradient, and Greys. It supports Internet Explorer and Netscape browsers....
|
|
|
|
Total Hits: 7 | Today: 0
|
Author: Viktar Karpach
|
Rating:
|
|

It is difficult to find a decent color picker control for asp.net. However there are plenty pure javascript color picker controls. I decided to take one of them and convert it in asp.net web server control. As a base I took dhtmlgoodies advanced color picker. First let’s create New Project ->ASP.NET Server Control. By default name of the project would be same as name of default namespace. I called my project CutomControls and renamed ServerControl1.cs into ColorPicker.cs. Then I added to the pro...
|
|
|
|
Total Hits: 44 | Today: 0
|
Author: Karpach,Viktar
|
Rating:
|
|

It is difficult to find a decent color picker control for asp.net. However there are plenty pure javascript color picker controls. I decided to take one of them and convert it in asp.net web server control, also known as user control. As a base I took dhtmlgoodies advanced color picker. First let’s create New Project ->ASP.NET Server Control. By default name of the project would be same as name of default namespace. I called my project CutomControls and renamed ServerControl1.cs into ColorPicker...
|
|
|
|
Total Hits: 9 | Today: 0
|
Author: Ali Rafiee
|
Rating:
|
|

This is a demonstration on the use of ToolStripDropDown class by creating a color picker combobox. Honestly I'm surprised that .Net framework doesn't come with this control, as any rich text editor application would need one of these in their toolbar. As this is my first attempt at C# programming my first thought for accomplishing the task of creating the ColorComboBox was to create a control that would inherit from a CheckBox which when checked would create and display a form without a title ba...
|
|
|
|
Total Hits: 29 | Today: 1
|
Author: Venkatakarthikeyan Natarajamoorthy
|
Rating:
|
|

When I look at the code project articles for color picker control, it has bunch of excellent color picker controls but all are rich-client controls written in MFC, .NET, etc. But no one has written for web environments (thin-clients). If I search web for free ‘web based’ color picker controls, I have to invest lot of money for this. Some sites are providing the controls freely but not looking good. So, here I have tried my best to implement color picker control for web environments. This Color p...
|
|
|
|
|
|