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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T02:50:12+00:00 2026-05-16T02:50:12+00:00

im writing application on asp mvc. so, i have jQuery tabs on index.aspx, which

  • 0

im writing application on asp mvc.
so, i have jQuery tabs on index.aspx, which contains same ascx control – “ChildMain”:

<div id="tabContainer1">
    <ul>
        <li><%=Html.ActionLink("test1","ChildMain")%></li>
        <li><%=Html.ActionLink("test2","ChildMain")%></li>
    </ul>
</div>

$(document).ready(function () {
        $("#tabContainer1").tabs();            
    });

This ChildMain.ascx contains another jQuery tabs:

<div id="tabContainer2">
<ul>
    <li><%=Html.ActionLink("test3","Child2")%></li>
    <li><%=Html.ActionLink("test4","Child5")%></li>
</ul>
</div>
$(document).ready(function () {
        $("#tabContainer2").tabs();            
    });

And controllers:

public ActionResult ChildMain() {
        return PartialView();
    }
public ActionResult Child2() {
        return PartialView();
    }
public ActionResult Child5() {
        return PartialView();
    }

So. when i start application, i see two rows of tabs, and everything fine, but when i select second tab on first row of tabs, second tabs row doesnt renders, i mean, i see html list instead of tabs.
so, is it becouse of creating two instances of one ascx control?
any ideas?

  • 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-16T02:50:12+00:00Added an answer on May 16, 2026 at 2:50 am

    You may have to call the function that activates the jquery plugin which in this case looks to be .tabs(). If you are adding html to the page when your tab is clicked to populate your child tabs then the html added hasn’t been touched by your jquery plugin yet.

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

Sidebar

Related Questions

I am writing an application (Asp.Net MVC) that contains a lot of reusable components.
I'm writing an ASP.Net MVC application using Jquery to post some data to my
I'm writing an application in asp.net mvc. I have got presentation layer, controllers and
I am writing a questionnaire application with ASP.NET MVC 2. I have a set
I'm writing an ASP.NET MVC site where I need to have a Tasks application
I'm writing an ASP.NET MVC application and trying to use a RESX file to
My team is writing a content-managed web-hosting application in ASP.Net MVC 2 with the
I’m writing an ASP.NET MVC 2 application where developers could extend it with plugins.
I am writing and ASP.NET MVC application with SQL Server 2008. Unfortunately, the only
I'm writing applications with ASP.NET MVC. In contrast to traditional ASP.NET you're a lot

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.