Hai, Im currently facing a problem to display my data to another page after process a multiple dropdownlist filtering. Can you please show me the way to do so?
it is something like user search by choosing appropriate category on the dropdownlist, and the result will show by filtering the 2 dropdownlist.
I have a second problem in dropdownlist as well. That is multiple dropdownlist filtering within 2 categories. Let's say I have to filter my data with first category items -- ItemA, ItemB and ItemC. My table will show the data that match with ItemA, ItemB and ItemC. After that, I have to go through filtering with second category item that is ItemD. My same table will show me the data that match with ItemA, ItemB, ItemC and also ItemD.
I hope you can understand my problems.
Thanks!