Rank: Member Groups: Member
Joined: 6/6/2007 Posts: 19
|
Hi,
I have a page wrapped in the CallBack panel and in that page I have an activeX control embedded. On initial load the ActiveX works 100%. But on any AJAX postbacks, the ActiveX fails to render.
Any ideas?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You are probably out of luck there. The CallbackPanel does not do anything special about ActiveX control. It was perfectly reasonable for ActiveX control writer to assume that the control has the same life cycle as the hosting page --- which is no longer true with AJAX. So if that is the root cause, then the only way to avoid such problems is to stop using AJAX on such pages.
Thanks
|