I am getting the below error message:
Exception Details: System.FormatException: Input string was not in a correct format.
Source Error:
Line 54:
Line 55: 'Get incoming querystring values
Line 56: strChosenState = CLng(request.params("State"))
Please help me to convert it to CLng correctly.
...
Go to the complete details ...