I got this
foreach (string itemm in member.getProperty("categories").Value.ToString().Split(','))
{
Cbl_items.SelectedValue = itemm;
}
And this only makes the last "itemm" selected , how can i do this for 3 or 4 ?
I got this
foreach (string itemm in member.getProperty("categories").Value.ToString().Split(','))
{
Cbl_items.SelectedValue = itemm;
}
And this only makes the last "itemm" selected , how can i do this for 3 or 4 ?