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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:57:00+00:00 2026-05-25T13:57:00+00:00

Based on gender, I want to load certain criteria. For example, if I type

  • 0

Based on gender, I want to load certain criteria.
For example, if I type 0 in a textbox, I want to load Mr., Dr. , etc..
If I type 1, I want to load Ms, Mrs, Miss, Dr. etc…
How can I do so?
Gender is typed in a textbox, and I want the combo box to load what I specified above.
Thank you.

  • 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-25T13:57:01+00:00Added an answer on May 25, 2026 at 1:57 pm

    This is just Sudo code there must be typo or Syntax error but you need to do something as below :

        List<string> strMale = new List<string>{"Mr.", "Dr. "};
        List<string> strFMale = new List<string>{"Mrs.", "Miss"};
    
    //make use of Textbox Change Event
    public void Text1_TextChanged(object sender, EventArgs e)
    
    {
    
      Combo1.Items.Clear();
    
      //Bind the values using the text box input value 
      if(Text1.Text=="0")
       {
         Combo1.DataSource = strMale ;
       }
       else if(Text1.Text=="1")
       {
         Combo1.DataSource = strFMale ;
       }
      Combo1.SelectedIndex = 0;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a property on my customer object, say gender, based on an enum.
based on this example : @Service public class Purchase { @PersistenceContext private EntityManager em;
I have a website based on a joomla template. I want to add the
I want to store data in MySQL and query it based on the current
Based on how things are done for my company, we issue updates very very
Based on a grayscale image and an ordered closed polygon (may be concave), I
Based on the recommendation by APIGEE in their RESTful API Design blog post I
Based on an answer from a candidate I have a confusion regarding the functioning
Based on the answer for this question What's the difference between CompositionBatch and catalogs?
Based on a configuration setting I'd like to direct users to a This site

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.