以下のセッションからのテキストを配置しようとしているので、基本的には Product1、Product2、Product3 などです...また、セッションに「選択....」というテキストが含まれている場合は、「」に置き換えます以下のコードでは、エラー Operator '+' is not defined for type 'ListItem' and string ",". が表示されます。
NameofProduct = Session("Product1") + "," + Session("Product2").Replace("Select....", "") + "," + Session("Product3") + "," + Session("Product4") + "," + Session("ProductManual")