|
Combo Box Event handling
i am using two combo boxes and in first combo box i have Undergraduate program names and second one have Semester no.
when i m clicking and selecting first combo box value , i m getting respective no of semester from array list and inserting into second combo by calling construtor.
but the problem is that my second combo box is not update in window. what is the possible solution to get update values.
|