views:

17

answers:

1

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.

A: 

Am I the only one with this problem?

rlee923
Try accordion control from jQuery UI library. MS AJAX Toolkit makes me sad sometimes...
Laserson
Yeah actually I was looking at it the other day. MS AJAX is making me really sad at the moment.
rlee923