G
Guest
I implemented RangeValidator for UserID as follows:
Type: string
Minimum Value: 4
Maximum Value: 16
==================
After compilation, I access to the web page for login and get the following
message:
Server Error in '/Demo' Application.
--------------------------------------------------------------------------------
The MaximumValue 16 cannot be less than the MinimumValue 4 of
RangeValidatorUserID.
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.Web.HttpException: The MaximumValue 16 cannot be
less than the MinimumValue 4 of RangeValidatorUserID.
====================
The web page layout is GridLayout.
Need your help.
Thanks
David
Type: string
Minimum Value: 4
Maximum Value: 16
==================
After compilation, I access to the web page for login and get the following
message:
Server Error in '/Demo' Application.
--------------------------------------------------------------------------------
The MaximumValue 16 cannot be less than the MinimumValue 4 of
RangeValidatorUserID.
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.Web.HttpException: The MaximumValue 16 cannot be
less than the MinimumValue 4 of RangeValidatorUserID.
====================
The web page layout is GridLayout.
Need your help.
Thanks
David