Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have grid view that is inside the update panel i thave to cascade drop down that filters the grid content.
i am getting this error when i am closing my page Microsoft JScript runtime error: Sys.InvalidOperationException: Handler was not added through the Sys.UI.DomEvent.addHandler method.

When i remove update panel then it works fine

Thanks in advance

Please replay fast
Posted
Updated 5-Oct-16 16:50pm

set ScriptMode="Release" for script manager
 
Share this answer
 
Comments
Venkateshan.P 16-Aug-12 7:24am    
This is great , and working fine
Bhargava Katta 13-Mar-13 1:44am    
i too got resolved that issue, bt its effecting other events.

i have update panel and a ajax modelpopup. i m getting Sys.InvalidOperationException: Handler was not added through the Sys.UI.DomEvent.addHandler method. i got resolved this by ScriptMode="Release". but my modal popup close button event which i am handling in code behind is not firing, and its giving javascript error as click event not found.
Update to latest version of AJAX Toolkit will be OK
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900