• 0

ASP 3.5 Range input. Options?


Question

Hello gang,

 

My service provider has asp.net 3.5 and 4.0, but I need to use the Range input (slider) and it seems that the HTML5 control is not available at this level.

 

What are my options?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Hello gang,

 

My service provider has asp.net 3.5 and 4.0, but I need to use the Range input (slider) and it seems that the HTML5 control is not available at this level.

 

What are my options?

There are countless javascript implementations available. Some are jquery libraries, others aren't. 

 

http://refreshless.com/nouislider/

http://ghusse.github.io/jQRangeSlider/

http://loopj.com/jquery-simple-slider/

Link to comment
Share on other sites

  • 0

That's not what he asked for.

 

Can't you just make your own control, inherit the input, and override the render method to change the type attribute to "range"?

Link to comment
Share on other sites

  • 0

The backend code shouldn't matter for the frontend code so it should be possible to use a html5 range element maybe with some extra js or asp code.

Link to comment
Share on other sites

This topic is now closed to further replies.