Server Error in '/' Application. --------------------------------------------------------------------------------
Invalid length for a Base-64 char array. 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.FormatException: Invalid length for a Base-64 char array.
Source Error:
Line 30: reqUserID = param4; Line 31: email = Crypt.UTF8Decoding(email); Line 32: param2 = Crypt.UTF8Decoding(param2); Line 33: Line 34: //lblUserEmail.Text = Crypt.UTF8Decoding(email);