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

  • Home
  • SEARCH
  • 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 9283907
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T18:45:03+00:00 2026-06-18T18:45:03+00:00

I created a user control with tab container in my project. I want to

  • 0

I created a user control with tab container in my project. I want to access the tab container from aspx page for the reason of disable the some tabs. For example i need to hide the first tab and third tab dynamically from aspx page. Because i am using the same user control for different page. Please help me to fix this issue.

<%@ Register TagPrefix="cust" TagName="Creation" Src="~/Cust_Creation.ascx" %>
<div>
   <cust:Creation ID="uc_more_pack" runat="server" />
</div>

I

  • 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-18T18:45:05+00:00Added an answer on June 18, 2026 at 6:45 pm

    Create public property on usercontrol:
    Eg.

     public bool ShowTab1 {get; set;}
     public bool ShowTab2 {get; set;}
     public bool ShowTab3 {get; set;}
     public bool ShowTab4 {get; set;}
    

    Set then from .aspx.cs page:

    protected void Page_Load(object sender, System.EventArgs e)
    {
      usercontrol1.ShowTab1 = false;
      usercontrol1.ShowTab2 = true;
      usercontrol1.ShowTab3 = false;
      usercontrol1.ShowTab4 = true;
    }
    

    Use the property to set the controls in UserControl:

    protected void Page_Load(object sender, System.EventArgs e)
    {
      Tab1.Visible = ShowTab1;
      Tab2.Visible = ShowTab2;
      Tab3.Visible = ShowTab3;
      Tab4.Visible = ShowTab4;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this Win32 user-drawn tab control that is created as: CONTROL Tab1,IDC_TAB_CONT,SysTabControl32,TCS_BOTTOM |
I created a simple tab control that has 2 tabs (each tab is a
When I try to access the hidden TABs of my tab navigator control in
We have a tab bar + navigation control project. We have created a tab
What gives? My previously created user control is visible, but the newly created one
I have created a user control (link) which has a label and a button.
I've created a user control which has multiple textboxes, comboboxes etc. The user control
I have created a user control (CheckedDirTree) that exposes a CheckedFolder property which in
I've created a user control in a Windows Application C# 3.5 and it has
I just created a user control. This control also makes use of my static

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.