validators not firing server-side
am 07.01.2008 12:21:43 von J055Hi
I have a Formview control in a UserControl. The server-side validation is
not working, i.e. the events are not firing when a button control which
causes validation is fired or even when Page.Validate() is explicitly
called.
I'm loading the FormView as an IBindableTemplate as in this article but I
don't think this is the reason for the validation not working.
http://www.developerfusion.co.uk/show/4721/
I have a couple of custom validators in the user control which bubble the
events to the parent page. These don't fire. However I have tested in
another simpler version of the page and they do fire.
What can I do to determine why the validation doesn't work? What can cause
it to stop working? How do I debug?
Thanks
Andrew