Hi,
I would like to bind an AJAX accordion control to a datasource. No problem so far, there are many posts on that subject. My problem is actually that I want to include a list from a database in the content of the open accordion based on the unique identifier which is the header value of the accordion. This is how it would look like:
---------------------------------------
COMPANY NAME (= header)
---------------------------------------
Person 1 (= content based on filter companyid from the header)
Person 2
...
---------------------------------------
COMPANY NAME 2 (= header)
---------------------------------------
COMPANY NAME 3 (= header)
---------------------------------------
...
Can this be done? And if yes, how could I do this?
Many thanks!