Question
Set Session variable - Want "1" get ", 1" with comma.
I am trying to pass a session variable to another page. It
doesn't seem to
matter how I set it but I always end up with the session variable having a
comma in the front of it.
"1" get ", 1"
<%
if (cStr(cStr(Request.Form("Customerinfosubmit"))) <> "") then
Session("ssShippingType") = "" & cStr(cStr(Request.Form("ShippingType")))
& ""
end if
%>
What is causing this? Thanks
matter how I set it but I always end up with the session variable having a
comma in the front of it.
"1" get ", 1"
<%
if (cStr(cStr(Request.Form("Customerinfosubmit"))) <> "") then
Session("ssShippingType") = "" & cStr(cStr(Request.Form("ShippingType")))
& ""
end if
%>
What is causing this? Thanks
