<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>[How Do I:] Use the ASP.NET AJAX Slider Control?</title><link>http://www.asp.net</link><pubDate>Mon, 08 Feb 2010 17:08:27 GMT</pubDate><generator>umbraco</generator><description>Comments for [How Do I:] Use the ASP.NET AJAX Slider Control?</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/33574" rel="self" type="application/rss+xml" /><item><title>Comment Posted by tieuphi2006</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-slider-control</link><pubDate>Tue, 17 Jun 2008 05:50:08 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001109</guid><description><![CDATA[ <p>minh dang down ve nhung van de hieu thi phai can thoi gian vay?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/tieuphi2006.jpg?forceidenticon=false&amp;dt=635049790200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by cv_vikram</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-slider-control</link><pubDate>Wed, 06 Aug 2008 14:45:53 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001110</guid><description><![CDATA[ <p>Very good tutorial.....thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/cv_vikram.jpg?forceidenticon=false&amp;dt=635049790200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by djibril_chimere_DIAW</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-slider-control</link><pubDate>Fri, 23 Jan 2009 08:06:31 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001111</guid><description><![CDATA[ <p>Thanks ! J&#235;r&#235;j&#235;f!</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/djibril_chimere_DIAW.jpg?forceidenticon=false&amp;dt=635049790200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by maralbjo</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-slider-control</link><pubDate>Thu, 19 Feb 2009 09:12:58 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001112</guid><description><![CDATA[ <p>Very good tutorial, thanks I love this stuff. However, when using a vertical slider, how can I ensure that the max value is shown on the TOP, not on the BOTTOM? Not very logical to increase a value by dragging a slider downwards, now is it?</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/maralbjo.jpg?forceidenticon=false&amp;dt=635049790200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by jazz786</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-slider-control</link><pubDate>Tue, 26 May 2009 11:07:25 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001116</guid><description><![CDATA[ <p>Hello all</p><p></p><p>IT HAS HAPPENED AGAIN. THIS WILL BE MY LAST ATTEMPT</p><p></p><p>again please ignore my last three messages for some reason each time i submit a comment it igoners all the text between &quot;.apsx&quot; and &quot;&lt;/asp:TextBox&gt;&quot; and i end up supplying half the code which does not give you guys the right picture of what i am trying to do and rendering myself unhelpful. I was using Google Chorme. Anyways I will try again in IE. </p><p></p><p></p><p>Imagine this on webpage</p><p></p><p></p><p>BUTTON1_____SLIDER EXTENDER_____BUTTON2</p><p></p><p></p><p>CSS CODE</p><p></p><p>.slider_rail {</p><p></p><p>position: relative;</p><p></p><p>height: 26px;</p><p></p><p>background: #FFFFFF url(slider_custom_rail.png) no-repeat;</p><p></p><p>}</p><p></p><p></p><p>.slider_handle {</p><p></p><p>position: absolute;</p><p></p><p>height: 26px;</p><p></p><p>width: 22px;</p><p></p><p>}</p><p></p><p></p><p></p><p>.aspx</p><p></p><p>asp:ImageButton ID=&quot;imgBtnStepLeft&quot; runat=&quot;server&quot; ImageUrl=&quot;stepLeft.png&quot; OnClick=&quot;imgBtnStepLeft_OnClick&quot;</p><p></p><p>asp:TextBox ID=&quot;Slider&quot; runat=&quot;server&quot;</p><p></p><p>&lt;/asp:TextBox&gt;</p><p></p><p></p><p>&lt;ajaxToolkit:SliderExtender ID=&quot;SliderExtender1&quot; </p><p></p><p>runat=&quot;server&quot; TargetControlID=&quot;Slider&quot;</p><p></p><p>RailCssClass=&quot;slider_rail&quot; HandleCssClass=&quot;slider_handle&quot; </p><p></p><p>HandleImageUrl=&quot;slider_custom_handle.png&quot; </p><p></p><p>Maximum=&quot;8&quot; Minimum=&quot;1&quot; Steps=&quot;70&quot; /&gt;</p><p></p><p></p><p>&lt;asp:ImageButton ID=&quot;imgBtnStepRight&quot; runat=&quot;server&quot; ImageUrl=&quot;stepRight.png&quot; OnClick=&quot;imgBtnStepRight_OnClick&quot; /&gt;</p><p></p><p></p><p></p><p>CS code</p><p></p><p></p><p>protected void imgBtnStepLeft_OnClick(object sender, EventArgs e)</p><p></p><p></p><p>{ }</p><p></p><p></p><p>protected void imgBtnStepRight_OnClick(object sender, EventArgs e)</p><p></p><p></p><p>{ }</p><p></p><p></p><p></p><p></p><p></p><p>I want to give the user two options either to drag the handle or click on button on either sides, now all i want to do is to move the handle one step to left or right on button click.</p><p></p><p></p><p></p><p>Any suggestion? pleeeeeease</p><p></p><p></p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/jazz786.jpg?forceidenticon=false&amp;dt=635049790200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by neeli</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-slider-control</link><pubDate>Mon, 18 Jan 2010 12:07:54 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001117</guid><description><![CDATA[ <p>gr8 article</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/neeli.jpg?forceidenticon=false&amp;dt=635049790200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by neeli</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-slider-control</link><pubDate>Mon, 18 Jan 2010 12:08:17 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001118</guid><description><![CDATA[ <p>good</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/neeli.jpg?forceidenticon=false&amp;dt=635049790200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Tim Acheson</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-slider-control</link><pubDate>Mon, 08 Feb 2010 17:08:27 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001119</guid><description><![CDATA[ <p>My ASP.NET Ajax slider success story:-</p><p></p><p><a rel="nofollow" href="http://www.timacheson.com/Blog/2010/feb/ms_ajax_slider" target="_blank">www.timacheson.com/</a></p><p></p><p>We removed JQuery UI slider, and replaced it with ASP.NET Ajax slider, on the main page of a high-profile multimedia web application here in the UK.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/Tim%20Acheson.jpg?forceidenticon=false&amp;dt=635049790200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>