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: This still hasn't been fixed in 3.5.7.1005. Come on, people.
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: This still hasn't been fixed in 3.5.7.1005. Come on, people.