ASP.NET AJAX NumericUpDownExtender Javascript Bug
September 13th, 2009
No comments
Those of you using the ASP.NET AJAX Control Toolkit 30512 will have experienced the following error when using the NumericUpDownExtender:
Assembly ‘AjaxControlToolkit, Version=3.0.30512.20315, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e’ contains a Web resource with name ‘AjaxControlToolkit.NumericUpDown.NumericUpDownBehavior.debug.js’, but does not contain an embedded resource with name ‘AjaxControlToolkit.NumericUpDown.NumericUpDownBehavior.debug.js’.
This is a straightfowards bug to fix, and you can find a solution to it here.
Categories: ASP.Net / AJAX