I have an ASP that contains two dropdown listboxes.
The first is populated with departments, the second
is to be populated with people that belong to the
department that was selected in the first dropdown
list.
This is easy to do in VB, but for some reason, I am
not sure how to implement this in an ASP. I would
like to effectively set a "filter" on the second list
depending on which dept was selected in the first list.
Any ideas?
The first is populated with departments, the second
is to be populated with people that belong to the
department that was selected in the first dropdown
list.
This is easy to do in VB, but for some reason, I am
not sure how to implement this in an ASP. I would
like to effectively set a "filter" on the second list
depending on which dept was selected in the first list.
Any ideas?