Ajax Control Toolkit slider server-side control

Source: Internet
Author: User

The slider control displays data (current numeric value) in the form of a slider ). You can also control the data value of the slider through the text box.

Attribute list:
Tragetcontrolid: ID of the control that applies the slider
Minimum: the minimum value of the slider.
Maximum: the maximum value of the slider.
Boundcontrolid: ID of the control bound to the slider to display data
Steps: number of steps for each Slider
Decimals: number of decimal places of the displayed Value
Raisechangeonlyonmouseup: the event when the mouse leaves the slider

Instance parsing 1. Simple implementation using textbox to control the slider

1 <Form ID = "form1" runat = "server">
2 <div>
3 <asp: scriptmanager id = "scriptmanager1" runat = "server">
4 </ASP: scriptmanager>
5
6 </div>
7 <asp: textbox id = "textbox1" runat = "server"> </ASP: textbox>
8 <asp: textbox id = "textbox2" runat = "server"> </ASP: textbox>
9 <PC3: sliderextender id = "sliderextender1" runat = "server" boundcontrolid = "textbox2"
10 decimals = "3" enablehandleanimation = "true" Maximum = "150" minimum = "10" targetcontrolid = "textbox1"> </PC3: sliderextender>
11 </form>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.