Populate values based on Multi select list data
I have a multi select list control property( say Id) which is sourced using a data page. There is one more multi select list control property(Name). My requirement is based on the first multi select inputs the second one need to populate.
how can I send a page list property as a parameter to the second multi select list?
How to achieve this requirement?