Types of Validation Controls in ASP.Net
Example for Custom validator In Designer aspx <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:CustomValidator ID="CustomValidator1" runat="server" ErrorMessage="Not a even...