Author: jmoshier | Posted on: 4/1/2009 1:13:43 PM | Views : 1146

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 ...