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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:01:57+00:00 2026-05-10T16:01:57+00:00

The cascading dropdown control works great except that I am unable to figure out

  • 0

The cascading dropdown control works great except that I am unable to figure out a way to reset the dropdown client-side (in Javascript)

My set up is something like this

DD1 DD2 DD3 DD4 

each DD is dependent on the previous DD and uses webservice to load them.

On change of DD3 I need to reset DD4 but the previous selection stays.

Can this be done? I tried clearing the value in the supporting hidden input control (cddTest_ClientState) in vain

TIA

  • 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. 2026-05-10T16:01:57+00:00Added an answer on May 10, 2026 at 4:01 pm

    Here is the solution

    <asp:DropDownList ID='dd1' runat='server' onChange='ondd1ChangeHandler(this)> </asp:DropDownList> <asp:DropDownList ID='dd2' runat='server'> </asp:DropDownList> <cc1:CascadingDropDown ID='cdd2' runat='server' Category='Cat1'     ParentControlID='dd1' PromptText='(Select Option)' ServiceMethod='GetOptions'     ServicePath='Services/GetOptions.asmx' TargetControlID='dd2'> </cc1:CascadingDropDown>  <script type='text/javascript>     function ondd1ChangeHandler(dd){         var dd2=$get('dd2');         dd2.selectedIndex=0;         var cdd=$find('cdd2');         if(cdd!=null){             cdd.set_SelectedValue('','');             cdd._onParentChange(null,false);         }     } </script> 

    Hope this helps

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

Sidebar

Related Questions

I am having great difficultly testing cascading dropdown boxes with Selenium. I would like
I was looking for a way to do Cascading dropdown without using web service
I am developing a country state cascading dropdown list... I returned JSON result based
I have written a cascading drop down list using JQuery. The code that I
Cascading deletes aren't setup on this particular database. Just wondering if there's a way
I'm trying to implement the cascading dropdown from the toolkit. I need to get
I am trying to implement a scenario of cascading dropdown with MVC3 & Knockout
I'm looking to create an unobtrusive cascading dropdown system for a website I'm working
I'm planning to create a cascading dropdown list of Country--> State/Province--->Zip code using geonames.
The cascading term in CSS is related to the fact that having more style

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.