H
hwiechers
I have two drop down lists on a page. Each one is hooked up to a
separate SqlDataSource. The second data source has a ControlParameter
set to the selected value of the first drop down. When I set the
SelectedValue of the first drop down in Page_Load, the DataBinding
event of the second fires twice. This causes the second drop down to
have duplicate values. Try as I might I haven't been able to get this
to work. Does anyone have a solution for this problem?
separate SqlDataSource. The second data source has a ControlParameter
set to the selected value of the first drop down. When I set the
SelectedValue of the first drop down in Page_Load, the DataBinding
event of the second fires twice. This causes the second drop down to
have duplicate values. Try as I might I haven't been able to get this
to work. Does anyone have a solution for this problem?