<%@ Page Language=VB Debug=true %><%@ Import Namespace="System.Data" %>CustomValidator Control Sample Page id="lblMessage" runat="server" Font-Bold="True" Text="Enter a multiple of 9"/> id="txt9" Columns="25" MaxLength="30" runat=server /> id="custom9" ControlToValidate="txt9" OnServerValidate="ServerValidation9" Display="Dynamic" Font-Name="Verdana" Font-Bold="True" Font-Size="10pt" runat="server"> You must enter a number that is divisible by 9! id="butOK" text="OK" Type="Submit" runat="server"/>