Hi,
I work under VS2012 with ajax 4.5 toolkit
In the same page,I have 2 modalpopup extender with link button. It's working.
But, If I add a third modalpopup extender, nothing works.
Help me please.
Jimmy
Comments: I discovered that the v7.1213 (Dec 14, 2013) ModalPopupExtender won't work for me if I use its dynamic content properties. The javascipt error it generates can, if there are update panels on the page, wreck the DOM and then the popup may not work. Solution for me was to use the DynamicPopulateExtender instead of the native ModalPopupExtender properties. Also, if your added controls include a Timer control, things may break. I can't use Timer controls anywhere on my pages any more. Turn on javascript error reporting and see if anything shows up.
I work under VS2012 with ajax 4.5 toolkit
In the same page,I have 2 modalpopup extender with link button. It's working.
But, If I add a third modalpopup extender, nothing works.
Help me please.
Jimmy
Comments: I discovered that the v7.1213 (Dec 14, 2013) ModalPopupExtender won't work for me if I use its dynamic content properties. The javascipt error it generates can, if there are update panels on the page, wreck the DOM and then the popup may not work. Solution for me was to use the DynamicPopulateExtender instead of the native ModalPopupExtender properties. Also, if your added controls include a Timer control, things may break. I can't use Timer controls anywhere on my pages any more. Turn on javascript error reporting and see if anything shows up.