Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8021321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:56:41+00:00 2026-06-04T21:56:41+00:00

How to create simple range slider in ASP.NET MVC 3 without using external libraries

  • 0

How to create simple range slider in ASP.NET MVC 3 without using external libraries such as telerik or any other?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T21:56:42+00:00Added an answer on June 4, 2026 at 9:56 pm

    If you are fine with jQuery UI:

    jQuery UI Slider

    Sample Code:

    <meta charset="utf-8">
        <style>
        #demo-frame > div.demo { padding: 10px !important; };
        </style>
        <script>
        $(function() {
            $( "#slider-range-min" ).slider({
                range: "min",
                value: 37,
                min: 1,
                max: 700,
                slide: function( event, ui ) {
                    $( "#amount" ).val( "$" + ui.value );
                }
            });
            $( "#amount" ).val( "$" + $( "#slider-range-min" ).slider( "value" ) );
        });
        </script>
    
    
    
    <div class="demo">
    
    <p>
        <label for="amount">Maximum price:</label>
        <input type="text" id="amount" style="border:0; color:#f6931f; font-weight:bold;" />
    </p>
    
    <div id="slider-range-min"></div>
    
    </div><!-- End demo -->
    
    
    
    <div class="demo-description">
    <p>Fix the minimum value of the range slider so that the user can only select a maximum.  Set the <code>range</code> option to "min."</p>
    </div><!-- End demo-description -->
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create a simple integer range checker and converter using c++ templates.
How to create simple webserver in Java using Eclipse, Tomcat and Jersey i.e steps
I'm using JCarousellite to create simple carousels on a Drupal site. In my template
JavaScript. I want to create simple script, that will be resize loaded image using
Simple rails app using Postgres DB, getting 'integer out of range' error when trying
I'm using a jQuery Range slider to let users select a time range in
I want to create a very simple range picker, but I'm having 3 problems
I have create simple line chart using Android Plot library. what i want to
I'm trying (as an exercise) to create a simple numeric range class in C++.
I know how to create simple object and add dynamically properties to it. object

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.