show/hide this revision's text 2 edited tags (sick of seeing asp.net AJAX-specific questions in the ajax feed - they generally have nothing to do with AJAX)
show/hide this revision's text 1

How do you reset ASP.Net AJAX cascading dropdown control (client side)

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