Ok, I’m actually using a jQuery plugin, to be specific, it’s the DualListBox.
I’m trying to loop on the options added on the second box to get their values, but the codebehind cannot detect it. How will I solve this? Does anybody encountered same problem from the past?
Yes, this is because server side does not know what is populated on client side (typically that’s not part of view state).
The workaround for this is
Hope this helps.