B
Beffmans
HI
I have the following javascript in my usercontrol:
function ClientValidation(source, args)
{
args.IsValid = document.getElementById("CheckBox1").checked;
}
this does not work? it's a usercontrol with 1 checkbox and I wanna test
whether it's checked!
ch B.
I have the following javascript in my usercontrol:
function ClientValidation(source, args)
{
args.IsValid = document.getElementById("CheckBox1").checked;
}
this does not work? it's a usercontrol with 1 checkbox and I wanna test
whether it's checked!
ch B.