tags:

views:

977

answers:

3

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.

http://msdn.microsoft.com/en-us/library/486wc64h.aspx

Ryan Montgomery
A: 

The cascading dropdowns issue is a big one. There are some solutions that people have built with custom field controls and/or site columsn. Here's a link to a solution that will let you set up multiple levels of parent-child relationships.

Abs
A: 

It seems this sort of cascaded lookup is big issue indeed. This thread digs this issue little bit dipper:

www.eggheadcafe.com/community/aspnet/66/10062444/sharepoint-cascading-drop.aspx

Cheers