I am having a problem getting my custom validation control to work. Not quiet sure what I am doing wrong. I know the custom control can not be set to validate the checkbox so i put in a textbox that is visible="false". When i debug the code it does not seem to be getting into the sub coveragesValidate. Any help would be appreciated. Here is my code:
<asp:TextBox ID="descriptionTB" runat="server" Text='<%# Bind("DESCRIPTION") %> Go to the complete details ...