View Single Post
  #3 (permalink)  
Old 06-27-2007, 09:38 PM
ccoonen ccoonen is offline
PT Staff
Awards Showcase
Quality Tutorial Quality Tutorial Quality Tutorial Quality Tutorial 
Total Awards: 4
Join Date: Jun 2007
Location: Wisconsin
Posts: 317
iTrader: (0)
ccoonen is on a distinguished roadccoonen is on a distinguished roadccoonen is on a distinguished roadccoonen is on a distinguished road
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