I have two session variables and I want to display region A if the value of both is the same
And if the value of both is differnent then display region B
Somehow I am getting an error, I checked the value for both and both sessions have value = 31809
I get an error on the first line of the code below:
<% If Session("QnrUserId") = Session("Qnrmainuserid") Then %>REGIONA<% End If ' %><% If Session("QnrUserId") <> Session("Qnrmainuserid") Then %>REGION B<% End If ' %>