Hi,
I am trying to update values in the DataListBox dynamically by passing id from DataDropdownlist's onselect event.But the DataListbox is not updated with new values.
The DataDropdownlist will pass id to the behaviour class method onCustomerSelect(DataDropdownlist ,Args) when an item in Dropdownlist is selected.Then i am getting control of DataListBox and updatings its query in onCustomerSelect().But the new values not get updated in DataListBox.
But the same query updates values in another datadropdownlist.
why DataListBoxis not getting updated with new values?
Thanks,
Karthick