Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Ajax Accordion and Multiple Dropdown Lists( Parent-Child Dropdownlists)

$
0
0

Happy to be here again.

I have a big issue. My dropwonlists(Parent and Child) won't work within Ajax Accordion. If pulled out of the Accordion it work perfectly. Within the accordion it complains about the DataSource in which the control to bind the child items with is.

The solution has two dropdownlista.

1. A simple Country Dropdownlist that has the Item to display as Country Name and Value as Country ID - from database

2. A State Dropdownlist that displays States of the selected Country in dropdown list 1 above - from database. The Dropdownlist has it source parameter set to dropdownlist 1's Value -Country ID.

If I implement these controls outside Accordion it works fine. but won't just work within Acordion.

I need to know why and if there is any way out of this trap since i must use the accordion to organise my work just within a page.

One thing i noticed is that changes on any control within the accordion while in design view does not affect the source. I usually make changes manually on the sources. any reason for this. 

Hope to get answers from you valuable guys.

Thanks.

 


Viewing all articles
Browse latest Browse all 5678

Trending Articles