Set multiple rows inital value in multi-select WebCombo

1 reply. Last post: August 19, 2011 4:16 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Is there a way to set the inital value for more than one row of a mult-select WebCombo in server code?  I would like to read previously set values from a table.  I am able to do this by converting the string to a stringArray, but only the last value is set.  Below is the code that I ues:

string str = email; string[] strs = str.Split(';'); ArrayList strsList = new ArrayList(); foreach (string s in strs) WebCombo1.SetMultipleValues(s, s);

 

Thanks,

Al

All times are GMT -5. The time now is 10:49 PM.
Previous Next