Hello People,
I'm trying to build a searchable combo box. I have 2 combo boxes.
Scenario: Let's say, I am selecting Semester from the first combo box. and for the second combo box, I am filtering the students based on the selection of the first combo box.
I want to make second combo box searchable for the student name.
I'm using SQL Server as a data source.
Thanks,
Omi