why would you need the same number of cascading dropdown lists? I'm not sure that makes sense... i could have many dropdownlists on my page that have nothing to do with the cascading dropdownlists so having to have the same number of cascading dropdown lists i'm not sure makes sense?
Plus, i have just been following the AJAX video and trying to adapt my scenario. The author only dropped one cascadingdropdown control onto his page to begin with... then he runs his code and it is fine. Yeah i just checked again... he definitely doesn't add his second cascading dropdown list control until after he has fully implemented the first cascading dropdownlist
i don't think that can be the problem?
Main Topics
Browse All Topics





by: moghazaliPosted on 2009-05-28 at 07:45:10ID: 24493785
I think you need to take equal number of CascadingDropDown controls as the number of DropDownList controls involved. Check the attached zip file which contains the official sample of CDD (I could not attach the file due to EE limitation, so pasting the file in code snippet):
Select allOpen in new window