Hello,
I have a dropdown that feed another dropdown (filtered on the first dropdown selection).
I have a grid that is filtered on the second dropdown selection.
I added a select parameter on the second dropdown based on the first dropdown selected value.
The 2 dropdown and the grid are linked to 3 LLBLGenDataSources.
I added a select parameter on the grid on the second dropdown selected value.
It work fine on the first callback (everything is perfect on the second time I see my page). The dropdown had been changed with the appropriate data and the grid also have the appropriate data.
But the second callback (third time the same page is displayed) : "KABOOM !!!".
I get an exception. (see attchment). Either when I choose a value in the first or the second dropdown.
I tested with microsoft sqlDatasource and everything is fine (parameter into the query).
Do I use it wrong or there is a little bug into the LLBLGenDatasource ???