Ajax Slider: Building controls from scratch
Uses: Gaia Label, Gaia Panel, Gaia Draggable Panel
Move the slider!
Current Value: 0.0 %
Description
After you drag and release the slider, a server callback is made. This then updates a Label with the percentage.
This slider is a great example of how you can easily build your own Ajax Controls from scratch.
The Ajax Slider Control is made using a DraggablePanel and traps the OnDropped event.
Click below to see code.