Hi,
I have a requirement for a cascading dropdown on a list. Here is the scneario, solution and question:
Scenario:
- Requirements is to maintain a list of products.
- Each product has 15 metadata field, Among them are Type, SubType and Category.
- The above 3 types are needed to be as cascading dropdown when creating a new list item for products.
Solution:
- Have a custom ASP.NET form using ListFieldIterator for creating new item in Products list with Cascading dropdowns for Type -> SubType -> Category instead of static ones.
Question:
- Where do I put the code that I have created using ListfieldIterators so that it applies to my list? And does it work that way?
Any help will be greatly appreciated....