AJAX Slider Control Extender - Capture Change Event?

M

Mel

Anyone know how to capture an event when the slider changes? Is this
possible with this control or is there a different control I should
consider instead? I want to use a slider to allow the user to rotate
an object on the screen from 0 to 360 degrees. Upon changing the
slider the object would rotate.

(using Asp.net 2.0, visual studio 2005, vb.net, WinXP Pro SP2)
 
B

bruce barker

simple:

$find("mySlider").add_valueChanged(function(slider,attr)
{
// handler code here
alert(slider.get_Value());
});

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top