I've got my menu system working fine. However when I add a required field validator, the validator doesn't work propery in IE6. It gives the following error:
Java Script Error:
Description: 'Page_Validators' is undefined
Source: http://localhost/appname/profile.aspx
Line: 118
The Line 118 doesn't point to anything helpful. It seems to be further down in the form where there's just static text.
If I comment out the menu system the validator works fine. If I change the EnableClientScript property of the validator to False it works fine but that kind of defeats the purpose.
Any thoughts?