I have 3 dropdowns, the first is a "major category", the second is "minor category", and the third "manufacturer".
The minor is based on the selection of the major. They are categories of products.
Now, the user can select just the major category, and find all products for all minor categories for that major category.
They can also select a major and a minor category, and view just the products for that major minor.
I have all the sql done for getting the manufacturers of the products based on only the major category or the minor category.
THe problem is that if I have the manufacturer based on the minor category, it won't get populated until the minor is selected. If I base it on the major category, then it won't get called if the minor changes.
I can see that when the webservice is called, the knowncategoryvalues sent to the manufacturer webservice has the Major and the minor ids in them.
What would it take to set it up so that as soon as the major is selected, it gets sent with no minor, and if the minor is selected, then then it send with both the major and minor.
Any suggestions?
Thanks,
Mike