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 7584103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:50:28+00:00 2026-05-30T18:50:28+00:00

I am using ASP.NET MVC3. Adding a web project, it gives me all the

  • 0

I am using ASP.NET MVC3. Adding a web project, it gives me all the files required for jquery to run.

It gives me Content Folder and some folders for storing css and Images.

It also gives me Scripts folder, where I can have my .js files.

Whenever I want to download some custom JQUERY UI controls, It gives me a zip file which has different folders and scripts.

How do I map them so that, I am not keeping too many jquery files in my project.

For example, I want to use DatePicker Jquery UI, I go to jquery site and download them and it gives me a ZIP File which has various folders.

There is folder called development again it has got all the files.

If I wan to go for timepicker, I think there is only a CSS difference between timepicker and datepicker.

Timepicker needs slider. So I am not sure do i need to reference jqueryslider.js in my Layouts file.

Please shed some light on this mapping of downloaded files and already existing files in MVc3?

if have to include new Jquery UI Control, What should be the changes, is it just in .js file, images folder, or css folder.

I personally think its only css and images, please correct me.

Thank you.

  • 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-05-30T18:50:29+00:00Added an answer on May 30, 2026 at 6:50 pm

    All you need to do is add the content in the js folder to the scripts in your Scripts folder and copy everything from the css\\ folder into the Content folder of your MVC application.

    Once you have done this, you simply add the following references to the _Layout file in your Shared folder (just modify to match your version of JQuery and the correct version of your JQuery-UI download):

    <link href="@Url.Content("~/Content/jquery-ui-1.8.18.custom.css")" rel="stylesheet" type="text/css" />
    <script src="@Url.Content("~/Scripts/jquery-1.7.1.min.js")" type="text/javascript"></script>
    <script src="@Url.Content("~/Scripts/jquery-ui-1.8.18.custom.min.js")" type="text/javascript"></script>
    

    Just remember to keep the reference to your JQuery library (jquery-1.7.1.min.js in the example above) before the reference to the JQueryUI scripts.

    — Kindly mark as the answer if this has been helpful

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I build my web site using asp.net mvc3, layout is 2 columns, main content
I'm working on a web application project using ASP.NET MVC3 and database in SQL
I am creating a new web application using ASP.NET MVC3 Razor and HTML 5.
I am writing a simple proof-of-concept web service using ASP.NET MVC3 controller with JSON
I'm currently using ASP.NET MVC3 RC and I'm using the unobtrusive JQuery validations as
I've got a simple web application using ASP.NET MVC3 and Ninject.Web.MVC (the MVC3 version).
We're using ASP.NET MVC3 with Razor View engine and standard HTML and jquery on
I am having some challenges with validation in my ASP.NET MVC3 project when using
Using ASP.NET 3.5 and jQuery UI. When a user clicks the Search button, a
Using asp.net 3.5 Gridview control, visual studio 2008. I have played with all the

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.