hi, I want to use slider control in my web page.i don't know that it is possible or not. pls suggest me how i do this. Regards Vinit
Its very simple to use slider control in ASP.net. In the ajax tool kit there is slider control. If you want the implementations of this control pls visit Microsoft ajax tutorial site.https://www.asp.net/ajax/ajaxcontroltoolkit/Samples/Slider/Slider.aspx
Using a slider control natively, you need two things. First is ASP.NET 3.5 Site and Second is AJAX Control toolkit. The AJAX Control Toolkit is available at codeplex dot com. The slider control is very easy to use. The tutorial stated above will surely help in getting most of the things done . All the best!