populate Combobox value dynamically on select of another combo value
I have created two select list (Combo box). BankName and BranchName.
BankName is using LOV with query to display bankname.
This is working fine.
Now when i select Bank name i want to display selected branches of that bank in Branchname combo.How to display values in second combo basis on first combo value click.It should refresh after click
Please reply