Hello everyone, I have two cascading dropdownlists called category and product. The category contains some data like Electronics, Vehicles. I want to set the selected value of the first cascading dropdownlist using javascript and based on the category value, populate the product dropdownlist with the right products.
Thanks for your help.