{
if (Page_ClientValidate())
{
if (document.getElementById("ctl00_gbtsContent_chkAgree").checked == false)
{
alert('Please select the checkbox.');
return false;
}
}
}
OnClientClick="return Check();" />
===============================================================================
http://alvinzc.blogspot.com/2006/10/aspnet-requiredfieldvalidator.html
No comments:
Post a Comment