ASP.Net AJAX ToggleButton Control using C#

AJAX ToggleButton extender control enables you to convert the ASP.net checkbox control toggle button that appears with specified image in front of it instead of checkbox. Properties of AJAX ToggleButton control allows you to specify the image URLs of checked and unchecked state of target checkbox control that appear at the place of checkbox when control renders on the web page.

Properties of AJAX ToggleButton Control

1. TargetControlID

2. CheckedImageUrl

3. UncheckedImageUrl

4. CheckedImageOverUrl

5. UncheckedImageOverUrl

6. DisabledCheckedImageUrl

7. DisabledUncheckedImageUrl

8. CheckedImageAlternateText

9. UncheckedAlternateText

10. ImageHeight/ImageWidth

You can learn the use of above properties from the tutorial of AJAX ToggleButton control by following the link provided at the bottom of this sample.

Try the sample below to understand the functionality of AJAX ToggleButton control.

Click the text or icon below to change the state of AJAX Toggle Button Control:




  • HIRE EzineASP.Net Developers