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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T00:38:13+00:00 2026-06-18T00:38:13+00:00

I am using jquery UI in my asp.net MVC website. On one page I

  • 0

I am using jquery UI in my asp.net MVC website. On one page I click a button, then a new window is opened as window.open. The newly opened windows opens Jquery UI popup on load. I am passing a parameter css to window.open. If that parameter is not empty. I want the newly opened window’s jquery popup to use that style sheet. My question is how to use my style sheet for jquery ui popup as jquery ui has its on css which uses its own images and jquery ui css uses those style names as well.

Please suggest

  • 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-18T00:38:14+00:00Added an answer on June 18, 2026 at 12:38 am

    You can roll your own theme, via here and then in your popup layout.cshtml page you can code it that

       <head>
            <meta charset="utf-8" />
            <title>@ViewBag.Title - My ASP.NET MVC Application</title>
            <link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
            <meta name="viewport" content="width=device-width" />
            @Styles.Render("~/Content/css")
            @Scripts.Render("~/bundles/modernizr")
    
    if (!string.isNullOrEmpty(Reuqest.QueryString["useCSS"])
    {
    @Styles.Render("~/Content/css/"+Reuqest.QueryString["useCSS"])
    }
    
        </head>
    

    but as you have not provided any code, project layout, description, etc. i am only assuming you mean a full popup window and not just a jquery.ui.dialog object.

    EDIT
    this solution requires that you create the bundler methods for the new theme.

    bundles.Add(new StyleBundle("~/Content/themes/base/css/themeName").Include(
                            "~/Content/themes/themeName/jquery.ui.core.css",
                            "~/Content/themes/themeName/jquery.ui.resizable.css",
                            "~/Content/themes/themeName/jquery.ui.selectable.css",
                            "~/Content/themes/themeName/jquery.ui.accordion.css",
                            "~/Content/themes/themeName/jquery.ui.autocomplete.css",
                            "~/Content/themes/themeName/jquery.ui.button.css",
                            "~/Content/themes/themeName/jquery.ui.dialog.css",
                            "~/Content/themes/themeName/jquery.ui.slider.css",
                            "~/Content/themes/themeName/jquery.ui.tabs.css",
                            "~/Content/themes/themeName/jquery.ui.datepicker.css",
                            "~/Content/themes/themeName/jquery.ui.progressbar.css",
                            "~/Content/themes/themeName/jquery.ui.theme.css"));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using jquery on asp.net mvc. I have textbox on page and I
i am building a website using asp.net mvc and jquery. as a best practice
Context: asp.net MVC 3 app. Page1 is a mobile page using jquery mobile and
I am using ASP.NET MVC for developing a web site. I am using jquery
I'm using jQuery validation in ASP.net MVC. I would like to show validation summary
I am using jquery fullcalendar and asp.net-mvc. It works fine out of the box
-- Running within ASP.NET MVC alongside jQuery -- I'm using jQuery to render a
I have an asp.net mvc app, using JQuery UI dialog. I'm trying to submit
Possible Duplicate: Client Id for Property (ASP.Net MVC) In my View I'm using jquery
I'm just getting started with ASP.NET MVC. I'm going to be using JQuery on

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.