Hello,
I had a requirement like 'Year' which would be normal dropdown list. And a couple or more Cascading DropDown Lists. I am filling the cascading dropdown lists successfully through webservices. But my intention is that, If the enduser has selected the 'year' dropdown, then I need to filter more the data filled in Cascading Dropdownlist based on year dropdown. If the end user has'nt selected the 'year', then normally display full information in Cascading dropdown.
So, can anyone provide somework arounds ?