In my ASP.NET folder i have 3 dropdownboxes who are filled with sorts of categories with 3 different SQLdatascources. Each dropdownlist depends on the one above it.
The intention of this thing is that after selecting something in dropdownlist1, the datasource in dropdownlist2 changes. So the data in dropdown2 depend on the selected value in dropdown1. And the data in dropdown3 depend on the selected value in dropdown2.
It all works nice and dandy a first time. But when I selected a value in dd1 and after this a value in dd2, it starts to fail.
When I change the value a second time in dropdown1 for example, the other dropdownlists don't alter.
Thx in advance for replies