Showing posts with label Validation. Show all posts
Showing posts with label Validation. Show all posts

Thursday, June 7, 2012

Custom Validator with Page.Is valid Property

using this Property(Page.IsValid),resolve the when Custom Validator is return failed; page was redirect.So solve this code.

 if (!Page.IsValid)
            return;
 Redirect("http://google.com");