Custom client-side JS validation
November 8th, 2004 by alpriest
Signature for custom method is
[javascript]
function foo(val, args) {
// test the controls (not sure what val argument is though…?!)
args.IsValid = true | false;
}
[/javascript]
November 8th, 2004 by alpriest
Signature for custom method is
[javascript]
function foo(val, args) {
// test the controls (not sure what val argument is though…?!)
args.IsValid = true | false;
}
[/javascript]