<%@ Page Language="vb" %> Validation Control Example Validation Control Example Compare Validator Control: Enter two numbers to compare controltovalidate="value1" controltocompare="value2" operator="equal" type="integer" errormessage="Fields are not equal!" display="dynamic" runat="server"/> ValidationSummary Control: displaymode="bulletlist" headertext="Page has the following errors: " showsummary="true" showmessagebox="false" runat="server"/>