PC Review


Reply
Thread Tools Rate Thread

AJAX Slider Control Extender - Capture Change Event?

 
 
Mel
Guest
Posts: n/a
 
      22nd Aug 2008
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)
 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      22nd Aug 2008
simple:

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

-- bruce (sqlwork.com)


"Mel" wrote:

> 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)
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ajax Control Extender in server and client side Johnny Microsoft ASP .NET 1 29th Sep 2009 04:12 AM
use modal popou ajax extender in user control Jerry Qu Microsoft ASP .NET 0 20th Feb 2009 07:18 PM
Ajax popup control extender-onclick button event Paul Microsoft ASP .NET 0 12th Jun 2008 11:56 PM
Problem with ajax slider control in Firefox Aahz Microsoft ASP .NET 0 20th May 2008 01:55 PM
Problems using AJAX Control Toolkit Dropdown Extender w/ Gridview William Youngman Microsoft ASP .NET 2 19th Mar 2007 06:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:02 AM.