I have created a form in a WSS 3.0 site. There are a number of drop-down lists on the form. Is there a way to control the values in one drop-down based on a selected value in a previous drop down?
A:
On post-back you should be able to access the previously selected controls value.
If not, then you might want to try the Control.FindControl method.
Ryan Montgomery
2008-12-01 16:25:40