ASP.NET Uncaught TypeError: Object # has no method 'getTotalMilliseconds' ScriptManager (After upgrade .NET Framework)
Posted on: 2/3/2014 5:57:54 PM | Views : 858

Can you please examine my below question on stackoverflow..
http://stackoverflow.com/questions/21534130/asp-net-uncaught-typeerror-object-object-has-no-method-gettotalmilliseconds
Uncaught TypeError: Object #<Object> has no method 'getTotalMilliseconds' After i upgrade my whole project to 4.0 or 4.5 .NET Framework i got above error in ScriptResource.axd. But in 3.5 everything works fine... (Note that: I upgraded whole dependencies like AjaxControlToolkit)
getTotalMiliseconds was using like :
span.getTotalMiliseconds()
can you please help me, thanks..

Go to the complete details ...