Hi there!
I have 2 Combo boxes using control array, i.e. Combo1(0) and Combo1(1). I have different data in both combo boxes but both of them have the same number of elements.
The thing is when I select the first element in Combo1(0) I will want the first element of Combo1(1) to appear in Combo1(1) and so on for the rest of the elements.
how can this be done??
Regards!!


Reply With Quote