Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using ASP.NET 2.0 and I'm using IE8 as my default browser but no matter how many times I try, Page_ClientValidate keeps giving me this error that it is not defined. How can I solve this problem? Please help.

share|improve this question
Can you post details of error? – Sharique Jul 12 '10 at 11:31
Happens to me too, also in FireFox while using .NET 4.0. A couple of minutes ago it happened with the variable Page_IsValid, but now it happens with Page_ClientValidate as well... – gillyb Jun 20 '11 at 12:00

1 Answer

up vote 2 down vote accepted

..so.. i think may be there is not any RequiredValidator Control in your page~~

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.