<%@ Page Language=VB Debug=true %>Displaying Error Messages in a Message Box Using the ValidationSummary Control id="vsAllErrors" showsummary="False" showmessagebox="True" runat="server" headertext="For these reasons, your data could not be processed:"/>Enter Your Name: id="txtName" runat=server /> id="rfvName" controltovalidate="txtName" errormessage="The name field is required!" runat=server>*Please enter a Date: id="txtDate" runat=server /> id="cvCheckDate" controltovalidate="txtDate" operator="DataTypeCheck" type="Date" errormessage="The date field must be a date!" runat="server">* id="butOK" text="OK" type="Submit" runat="server"/>