Javascript error in Firefox when using ASP.NET AJAX Control Toolkit -


I am recently building a website that uses the .NET Framework 3.5 SP1 and AJAX Control Toolkit. The standard AJAX control works like UpdatePanel without problem, as soon as I add a CollapsiblePanelExtender control from AJAXControlToolkit on the page I get a Javascript error. (Note: This problem occurs on Firefox. IE works without any problems.)

  The timeframe is undefined on this data   

on the line

  this._upperAbbrMonths = this._toUpperArray (this.dateTimeFormat.AbbreviatedMonthNames); Function  

  function Sys $ CultureInfo $ _getAbbrMonthIndex (value) {if (! This._upperAbbrMonths) {this._upperAbbrMonths = this._toUpperArray (this .dateTimeFormat.AbbreviatedMonthNames); } Come back. Index (this._upperAbbrMonths, this._toUpper (value)); }  

I did some deep Google search on this topic and this function was used for error in earlier versions of ASP.NET AJAX. This problem was referred to as _upperMonths in the statement outlined in the statement as incorrect statement by variable _upperAbbrMonths. Although the same function is causing an error for me, it appears to be an updated version with code correct.

What is the best way to fix the problem?

And even if there is an easy way to fix JavaScript, how can this change be implemented because the script is generated by the ASP.NET AJAX framework?


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -