Selecting Data from DropDown and populating it in table
I have two Dropdown
1.Company
2.Products
When i select the company dropdown its products shows on second dropdown. And when i select one of the product and appears in the table below using jquery.
Now when i select product i want to show quantity and price of related product.
So what should i do?