i am listbox to store different strings which user gives as input. but i want to split those listbox items where i want to have the first word of every item as seperate string and rest as other string. i am iterating the listbox item as
foreach (ListItem item in lstboxColumnList.Items)
{
column_name = temp + "" "+item+""";
temp = column_name + "," + Environment.NewLine;
}
如何使分裂的扼杀