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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:26:01+00:00 2026-05-13T10:26:01+00:00

Greetings, I would like to ask what kind of design pattern will be the

  • 0

Greetings,
I would like to ask what kind of design pattern will be the best in the scenario described below:
I have a two combobox:
option1 option21
option2 option22
option3 option23
option4 option24

there should be a specific combinations of those two comboboxes – only specific values should be displayed in second combobox depends on the values selected in first combobox.
For instance: If i choose option1 – only option21 and option22 should be visible.
What kind of design patter should i use? I would like to add that I don’t use any DB.

  • 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-13T10:26:01+00:00Added an answer on May 13, 2026 at 10:26 am

    Why does everything have to be a “design pattern”?

    It also depends on what your language offers, e.g. in Python you could just do a dict with internal and display values of the dropdowns:

    option_tree = {
        ("option1", "Option 1"): {
            ("option21", "Option 2/1"),
            ("option22", "Option 2/2"),
            },
        ("option2", "Option 2"): {
            ("option21", "Option 2/1"),
            ("option23", "Option 2/3"),
            ("option24", "Option 2/4"),
            ...
    

    If you have a specific UI API in mind, maybe you could mention that…most APIs (web rendering frameworks, &c) have a canonical way of implementing things.

    Edit: For .NET, the same method may work after a quick Googling:

    Have a Dictionary(String -> Vector).

    In Dictionary, put the values for the first combobox as key, and map the corresponding values in the second as value. The values for the first combobox can then be set using:

    combobox.AddRange(dictionary.Keys)
    

    the second combobox can be used with

    secondcombo.AddRange(dictionary.Item(combo.SelectedItem))
    

    If you clear the second one and re-set it w/ above on every change in the first — done.

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

Sidebar

Related Questions

Greetings, I would like to ask if creating Singleton to have only one active
greetings, today i have started to learn java using netbeans ide. i would like
Greetings everyone, i would just like to ask how do i retrieve data rows
Greetings, I have a setup(installer) project in visual studio. I would like to be
Greetings, I would like to ask if there's a way to block website(s) from
Greetings. I would like to have my application have a function so that when
Greetings, I would like to use EF4 but I only have Visual studio 2010
Greetings, I would like to have child window docked next to my parent window.
Greetings, Would like to know if we need to explicitly free the string allocated
Greetings, in my asp.net mvc application what i would like to do is to

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.