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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T15:01:26+00:00 2026-06-07T15:01:26+00:00

What I am trying to achieve is a layout view kind of functionality, where

  • 0

What I am trying to achieve is a layout view kind of functionality, where I have tabs at the top of pop up window which is also a partial view and I can click on them to navigate between different pages with the help of jquery and partial views. Pretty much a layout kind of functionality.enter image description here

Please let me know if there is a video tutorial for it or any guidance on how to achieve this.
Also I will need to pass the id to the partial view to fetch the information.

Thanks!

  • 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-07T15:01:28+00:00Added an answer on June 7, 2026 at 3:01 pm

    There are several ways you can do it:

    1) Like some people mentioned in comments above you can implement JQuery .tab(). Here is a tutorial you can follow:
    http://www.jacklmoore.com/notes/jquery-tabs

    2) You can create a partial view that will be displayed as a JQuery .dialog(). Within that partial view, at the top you can have three links corresponding to three tabs titles.

    Each link will call JQuery .show() on a div that will contains a “tab” content you want to display and .hide() for others. I usually just pass in the id of a div (tab ) I want to display to something like this:

    function displaySelectedTab(selectedTab) {
        $("#tab1").hide();
        $("#tab2").hide();
        $("#tab3").hide();
    
        $(selectedTab).show();
    }
    

    3) Third option is to have separate Partial Views for each tab. You can use JQuery .load() method do load different tabs into a Div section:

    var url = "/ControllerName/ActionViewThatReturnsPartialView/
    $("#popup-div-placeholder").html("").load(url);
    

    To implement a popup window mechanism you can take advantage of JQuery .dialog()

    Hope it helps.

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

Sidebar

Related Questions

I have been trying to achieve a two-column layout with CSS where the left
I have a Linear layout with vertical orientation in which I'm inserting several view
I am trying to achieve a layout where a sequence of divs are rendered
What I want to achieve I'm trying to make a layout equal to the
im trying to achieve something but i dont really know how I have set
I am trying to achieve an effect of overlapping the main window boundary with
The layout I'm trying to achieve is shown in this image: The HTML below
I'm trying to achieve this layout with CSS (without tables, I guess. Whatever). Any
I'm trying to achieve the following layout without tables or JavaScript. It's basically the
I'm trying to achieve a particular layout using the least number of containers as

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.