DropDownList - Cascading drop down lists
Q:
How can I link two OboutDropDownLists in cascade, so that when an item is selected in the first drop down, the second is updated based on the selection from the first drop down.
A:
Please have a look over this sample, which does exactly what you need: http://www.obout.com/Interface/aspnet_integration_cascading.aspx
You can find this sample in the Suite as well. See these files: aspnet_integration_cascading.aspx cs_integration_cascading.aspx vb_integration_cascading.aspx from the oboutSuite / Interface folder.
|