Hi everyone
I have got an error message when I try to browse my page.I think it might be because of the code "Request.Form"
BC30452: Operator '&' is not defined for types 'String' and 'System.Collections.Specialized.NameValueCollection'.
If Session("PASSWORDACCESS") = "No" Then
THISPAGE = Request.ServerVariables("script_name")
Else
THISPAGE = Request.ServerVariables("script_name") & "?" & Request.Querystring & Request.Form
End If
Is there a way to correct this problem or any suggestions to make it in a different way.
Thanks A lot
I have got an error message when I try to browse my page.I think it might be because of the code "Request.Form"
BC30452: Operator '&' is not defined for types 'String' and 'System.Collections.Specialized.NameValueCollection'.
If Session("PASSWORDACCESS") = "No" Then
THISPAGE = Request.ServerVariables("script_name")
Else
THISPAGE = Request.ServerVariables("script_name") & "?" & Request.Querystring & Request.Form
End If
Is there a way to correct this problem or any suggestions to make it in a different way.
Thanks A lot