ToggleButton AJAX extender control provides the functionality to use the ASP.Net 2.0 checkbox with new look. Custom images hide the checkboxes with images to show the checked and unchecked state of the attached checkbox control. You can specify the image URL for each different state of the checkbox control e.g.: checked and unchecked state of checkbox when its enabled property is true, checked and unchecked state of checkbox when its enabled property is false.
TargetControlID: ID of the checkbox control to attach it with AJAX toggle button extender control.
CheckedImageUrl: URL of the image to display as the checked state of toggle button checkbox control.
UncheckedImageUrl: URL of the image to display the unchecked state of target togglebutton checkbox control.
CheckedImageOverUrl: URL of the image for mouse over event when the attached togglebutton checkbox control is in checked state.
UncheckedImageOverUrl: URL of the image for mouse over event when the attached togglebutton checkbox control is in unchecked state.
DisabledCheckedImageUrl: URL of the image to display the checked state of the associated togglebutton checkbox control when its Enable property is false.
DisabledUncheckedImageUrl: URL of the image to display the unchecked state of the togglebutton checkbox control when its Enable property is false.
CheckedImageAlternateText: Alt text attribute for the checked image, when togglebutton is in the checked state.
UncheckedAlternateText: Alt text attribute for the unchecked image, when togglebutton is in the unchecked state.
ImageHeight/ImageWidth: Height and width of the images used for displaying the states of togglebutton checkbox.
Be the first to rate this post
Tags: asp.net 2.0, ajax togglebutton, ajax togglebutton control, asp.net ajax control toolkit, togglebutton extender, accordion extender, dropdown extender
8/23/2008 9:00:31 PM