Hi again, I was wondering what functionality does the class provide to protect against select list value spoofing. Does it reject all values that are not found in the real options values?
Manuel Lemos - 2008-04-12 20:59:16 - In reply to message 1 from Nikos
If a forged value is submitted and it does not exist in the select input, the Validate function treats it as an invalid value. If you set the DiscardInvalidValues option, the LoadInputValues function discards the forged value.