519 public void Validate() {
520 //2007-02-01 Modified by Jeffrey Lee
521 //Skip the validation while AJAX preview
522 if (this.Context.Request["Ajax_CallBackMethod"] != null)
523 return;
524
525 HttpCookie cookie = this.Context.Request.Cookies[CaptchaImagePage.CookieName];
526 bool valid;