Hello there,
string value="[2,3]";
cmbMultiCombo.SetValue(value);

I am using the above C# code to set multiple values in a MULTICOMBO control. But it is not working.
Can you please help with the code to select multiple values in multiple select on a page load event?
thanks