Tuesday, 26 June 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");

No comments:

Post a Comment

KendoUI Chart using in AngularJS with Dynamic data

Here i'm going to do the KendoUI Chart using AngularJS  and getting dynamic data from angular services. First need to down-lode the r...