Hi.
I have a strange problem on a web page.
On this page, there were (.net ajax) accordion control and modal popup extender.
For some reason modal popup installer would not work properly so I have replaced with jQuery modal. (using jQuery-ui).
The problem is that after the jquery modal is open( or closed) Accordion control will not function properly.
I tried to debug it using IE as default browser and Visual Studio has captured the error but I have no idea how I can resolve this. The error is :
Microsoft JScript runtime error: Sys.ArgumentTypeException: Object of type 'AjaxControlToolkit.AccordionSelectedIndexChangeEventArgs' cannot be converted to type 'Sys.CancelEventArgs'. Parameter name: instance
If you have any idea how to resolve this issue please let us know.
Thanks a lot it advance.