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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T05:16:29+00:00 2026-05-29T05:16:29+00:00

I have one radio button list and one drop down list inside the modal

  • 0

I have one radio button list and one drop down list inside the modal popup extender in my asp.net web application.Two radio buttons are there in the radio button list such as r1,r2. Drop down list having values like A,B,C,D,E,F. I need when I select r1 it will fills the values A,B,C in the Drop down list. When I select r2 it will fills the values E,F in the drop down. But one condition the page will not to be post pack. Can any one know the solution for that problem? I will really helpful for my project.

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-29T05:16:29+00:00Added an answer on May 29, 2026 at 5:16 am

    I would use jquery to add/remove items. You can attach to the radio buttons click event like this. This code is untested, but should be fairly approximate.

    $("#radiobuttonid").click(function() {
      //put your code here for clearingout the select list
      $('#ddlMyCombo >option').remove();
      //now put new items in the dropdown, repeat as many times as necessary
      var myCombo1= $('#ddlMyCombo');
      myCombo1.append($('< option > </option>').val(1).html(option1Text));
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

At my work we have an existing ASP.NET web application and are duplicating some
i have a page built in asp.net c#. it holds a list of radio
I have created online exam application (web based) in asp.net c#. In my application
im having some trouble with the radio button list in ASP.net, for some reason
Using Asp.net MVC, I have one view that's strongly bind to List , and
I have two forms, one with a radio button that users must select to
I have a web form that has 2 radio buttons, depending on which one
I have an existing ASP.NET MVC 2 application that I've been asked to extend.
I have a list of radio button, not radiobuttonlist, I need to find out
Is it possible to have a Radio button list, like we have a checked

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.