ListView for ASP.NET Web Forms
slider
Elements > C1ListView Items > C1ListViewInputItem > slider

Setting the C1ListViewInputItem.Type to 'slider' gives you a slider UI so that users can choose from a range of values in an interactive way.

You can set the Type property using markup similar to the following:

<cc1:C1ListViewInputItem ID="SubjectInput" Type="slider" Max="40"></cc1:C1ListViewInputItem>
See Also