Every time I try, I get an error message. Could someone tell me, if it their site, or my computer please. Thanks.
Server Error in '/' Application. --------------------------------------------------------------------------------
Value was either too large or too small for an Int32. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.OverflowException: Value was either too large or too small for an Int32.
Source Error:
Line 77: if (Convert.ToString(randomNoCookie).Contains(Convert.ToString(userIDCookie))) Line 78: { Line 79: return Convert.ToInt32(Convert.ToString(randomNoCookie).Replace(Convert.ToString(userIDCookie), "")); Line 80: } Line 81: else { return 0; }