<%@ Page Language=VB Debug=true %>Validating a Percentage Using the CustomValidator ControlEnter a Percentage up to 100%: id="txtAnswer" runat=server /> id="custom9" controltovalidate="txtAnswer" OnServerValidate="Answer_ServerValidation" display="Dynamic" font-name="Verdana" font-bold="True" font-size="10pt" runat="server"> Incorrect answer please try again! id="butOK" text="OK" type="Submit" runat="server"/>