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: Thanks for the workaround Vitor. I thought I would post an ironic link to the Ajax Control Toolkit website, telling you how not to use With and Eval as it breaks the minification: http://www.asp.net/ajaxlibrary/AjaxMinWithAndEval.ashx I'm working on another workaround which I'll post if it works.
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: Thanks for the workaround Vitor. I thought I would post an ironic link to the Ajax Control Toolkit website, telling you how not to use With and Eval as it breaks the minification: http://www.asp.net/ajaxlibrary/AjaxMinWithAndEval.ashx I'm working on another workaround which I'll post if it works.