W
Wouter
Hi,
I followed the tutorial at
http://www.asp.net/learn/dataaccess/tutorial08vb.aspx?tabid=63 to
create two dropdownlists, the required DAL and BLL files and the
DataBound event handler, but it seems I'm making a mistake somewhere.
The first dropdownlist gets its values from a SQL query, the second
dropdownlist uses the selected value form the first dropdownlist as a
parameter in another SQL query. Pretty simple and straightforward, I
thought.
The first dropdownlist fills OK, and also the second dropdownlist fills
with the right values according to the value selected in the first
list. Problem is, when I select another value in the second list, the
page gets posted back and the initial value of the second list is /
gets re-selected (the first list stays OK). What am I missing?
TIA,
Wouter
I followed the tutorial at
http://www.asp.net/learn/dataaccess/tutorial08vb.aspx?tabid=63 to
create two dropdownlists, the required DAL and BLL files and the
DataBound event handler, but it seems I'm making a mistake somewhere.
The first dropdownlist gets its values from a SQL query, the second
dropdownlist uses the selected value form the first dropdownlist as a
parameter in another SQL query. Pretty simple and straightforward, I
thought.
The first dropdownlist fills OK, and also the second dropdownlist fills
with the right values according to the value selected in the first
list. Problem is, when I select another value in the second list, the
page gets posted back and the initial value of the second list is /
gets re-selected (the first list stays OK). What am I missing?
TIA,
Wouter