I am getting the following error if I set the ClientValidationFunction property for the MaskedEditValidator.
Microsoft JScript runtime error: 'value' is undefined
The work around is to turn off the minified script by using the following
<ajaxToolkit:ToolkitScriptManager runat="server" ID="ScriptManager1" CombineScripts="false" />
Comments: In the current v15.1 version of the ASP.NET AJAX Control Toolkit, this issue is solved.
Microsoft JScript runtime error: 'value' is undefined
The work around is to turn off the minified script by using the following
<ajaxToolkit:ToolkitScriptManager runat="server" ID="ScriptManager1" CombineScripts="false" />
Comments: In the current v15.1 version of the ASP.NET AJAX Control Toolkit, this issue is solved.