regealexamy
New Member
i am new to asp.net and i want to set the RangeValidator for verifing the date of birth who is above 18 and i had set it but it is not working how to resolve itcode is:\[code\]<asp:RangeValidator ID="RangeValidator1" runat="server" ControlToValidate="txtDOB" ErrorMessage="less than 18 " MaximumValue="http://stackoverflow.com/questions/15763414/01/01/1995" MinimumValue="http://stackoverflow.com/questions/15763414/01/01/1888" SetFocusOnError="True" Type="Date" Style="color: #FF0000;"></asp:RangeValidator>\[/code\]plz some one help me on this process...,