Custom Validator

A

Andre

Hi,

Can someone tell me why args.value return "undefined" in my Function.

Thank you.

<asp:textbox id="TBCiv" runat="server"></asp:textbox>

<asp:CustomValidator id="CustomValidator1" ControlToValidate="TBCiv"
ClientValidationFunction="ClientValidate" Display="Static" ErrorMessage="Not
a number" runat="server"/>

<script language="JavaScript">
function ClientValidate(sender, objArgs)
{
alert(objArgs.value); ----------> always "undefined"
}
</script>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,141
Latest member
BlissKeto
Top