Click to See Complete Forum and Search --> : [RESOLVED] CustomValidator not working


Bill Crawley
August 30th, 2007, 09:34 AM
Hi all,

I have a customValidator assigned to a textbox. I've used the script with this method many times in standard aspx pages and it works no problem.

The only difference that I can see in the code is that usually my textboxes are (when nested in a table) in an asp:table, but this time they are in <table (client requirement). and this is the only thing that I can see that's different aside from an AJAX control that get's registered at the top of the page.

Bill Crawley
August 30th, 2007, 11:37 AM
Ok,

Forgot to say that on this occassion I'm using Firefox as the browser. This is why the custom validator doesn't work. When I switch back to I.E. it works fine.