So, you have Dropdownlist bound to a datasource
Then hook into the DropDownList1's SelectedIndexChanged and in that event say Dropdownlist2.datasource = YourCurrentSource(Filtered by Dropdownlist1.selectedValue)
This is not valid code, but I hope you see what I mean... Just have dropdownlist's selectedvalue drive the datasource for dropdownlist2
