Validation By Control ASP.Net

<%@ Page Language=VB Debug=true %>


Validating User Input Against a Value Through the CompareValidator Control





What is the next generation of ASP called?

    id="txtAnswer" 
    runat=server 
/>
    ControlToValidate="txtAnswer" 
    ValueToCompare="ASP.NET"
    runat=server>
    Incorrect Answer!




    id="butOK"
    text="OK"
    type="Submit"
    runat="server"
/>