Quick Links
ASP.NET Color Picker - AutoPostBack
Current color (click to the box):
Color Picker
Previous color:
This example demonstrates
AutoPostBack
and
PickButton
properties use with
ColorPostBack
event
(
MS ASP.NET AJAX
)
.
Example code
<
script
runat
="server"
language
="c#">
private void Color_CallBack(object sender,
ColorPostBackEventArgs
e){
color.Style[
"background-color"
] = e.Color;
previous.Style[
"background-color"
] = e.PreviousColor;
}
</
script
>
...
<
obout:ColorPicker
runat
="server"
ID
="picker"
TargetId
="color"
TargetProperty
="style.backgroundColor"
OnColorPostBack
="Color_CallBack"
PickButton
="false"
AutoPostBack
="true"
>
<
asp:TextBox
readOnly
="true"
id
="color"
style
="cursor: pointer;"
runat
="server"
/
>
<
/
obout:ColorPicker
>
Previous color:
<
asp:TextBox
readOnly
="true"
id
="previous"
style
="width: 40px;"
runat
="server"
/
>
Download working example
.
"
Thank you so much, your tools are brilliant! I am so happy with them, best of breed I think.
"
Paul
obout.com
obout.com Home
Color Picker Home
Color Picker Home
Download
Site Map
Examples
- 13
Default settings
Background color
TextBox inside Color Picker
Without TargetId
Post back to server
Callback with
MS ASP.NET AJAX
Callback with
obout AJAX Page
AutoPostBack
"One touch"
Custom colors
Custom colors only
Inside
Grid
control
Custom CSS file
Customize
- 1
Custom Style file
Documentation
- 2
Server side interface
Client side interface
ChangeLog
Products
AJAX Page
Calendar
Color Picker
Date Picker
File Upload Progress
Flyout
Grid
HTML Editor
Image Zoom
Listbox
Multilevel Listbox
Scheduler
Show
Spell Checker
Splitter
Tab Strip
TreeView
Tree_DB
Window
Menu
Context Menu
Easy Menu
Slide Menu
Text Menu
Combobox
Combobox
AJAX Autosuggest
Multilevel Combobox
State Selector
Interface Controls
Button
Checkbox
Dropdown List
Multiline Textbox
Radio Button
Textbox
ASP.NET MVC
Interface Controls
Download
Download page
Install FAQ
Tech Support
Our clients
Testimonials
Support
Support
Purchase
Purchase page
Contact Sales
License info
Sales FAQ
Customer login
Print Invoice
Installation
Company
Legal
Clients
Testimonials
Contact