string subp;for (int j = 0; j < lstsubProduct.Items.Count; j++){if( lstSubProduct.Selected=true){subp += lstsubProduct.Items.Items[j].ToString()}}