Welcome to AspAdvice Sign in | Join | Help

Alessandro Gallo

.NET & Beyond

June 2007 - Posts

Picking up times with a Slider
An user in the ASP.NET AJAX forums asked about a way to implement a time picker using the Slider Extender shipped with the Ajax Control Toolkit . Here's an approach that allows to set a time in 15-minute increments. To cover all the day, we need 96*15 Read More...
Slider Extender: new TooltipText property and Accessibility
In the latest version of the Ajax Control Toolkit , the Slider comes with a new property called TooltipText. The TooltipText property can be set to a string that is displayed when we hover over the slider's handle. If the string contains the placeholder Read More...