This is a discussion on How to resolve _PendingCallbacks[...].async is null or not an object" within the ASP and ASP.NET Programming forums, part of the Web Development category; hi all , I'm trying to implement client call backs in my page. there are two ddl. The second ddl ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| hi all , I'm trying to implement client call backs in my page. there are two ddl. The second ddl population depends on the selected item of first one. So when we select an item from first ddl, it should populate the desired values in second ddl .. for this , I'm implementing ICallbackEventHandler to generate the callback, and i palced the respective javascript function in aspx page to receive results, while changing the the first ddl , second ddl is populating the list of records, after populating it is giving a javascript error (" _PendingCallbacks[...].async is null or not an object". i'm triggering only one callback(not multiple), how to resolve this issue? thanks kiruthikaSambandam |
| Sponsored Links |
| |||
| hi Don't know about the invalid callback error. But there is a bug in the javascript that the framework pumps out to deal with callbacks - two of the javascript functions have unscoped variables used as for-loop indexers. They are both named i. You can greatly reduce your chances of getting the PendingCallbacks error by checking all of your own javascript for any variables named i, and changing them to something else (or scoping them as local variables by using the var keyword). |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/asp-asp-net-programming/5131-how-resolve-_pendingcallbacks-async-null-not-object.html | |||
| Posted By | For | Type | Date |
| DiscussWeb IT Community - Technical Support and Technology Discussions | This thread | Refback | 01-29-2008 08:50 PM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why do I get a null or not an object error? | sathian | HTML, CSS and Javascript Coding Techniques | 1 | 12-04-2007 01:15 AM |
| Microsoft JScript runtime error: 'offsetTop' is null or not an object | vel.m8 | HTML, CSS and Javascript Coding Techniques | 0 | 11-01-2007 10:52 PM |
| NULL Pointer and a NULL Macro | vigneshgets | C and C++ Programming | 3 | 09-08-2007 03:24 AM |
| Is null an Object? | prasath | Java Programming | 1 | 07-19-2007 04:29 AM |
| "Which is the better option Servlet's HttpSession object.. | mobilegeek | Java Programming | 1 | 07-19-2007 01:08 AM |