Rank: Advanced Member Groups: Member
Joined: 10/31/2007 Posts: 51
|
Hi Guys,
I'm loading a control onto a dialog control inside a callback execute to load it like a popup.
This works fine.
My problem arises when I access the control loaded. None of the server events are triggered.
This control is load elsewhere in my app, but on a pages and works fine.
Page scenario as follows:
Callback1 Controls.... Image button
Callback2 dialog
Callback1: client side: calls callback2 execute Callback2: server side: loads control onto dialog and set initstate to visible.
I'm using this route as i want several buttons to load different controls in the dialog.
I've tried not having a callbackpanel around the dialog, but then i cannot dynamically load it's contents. If the control is preloaded it's fine without the callback
Am I missing a setting on either the callback or dialog? Can you help? Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, That usually has to do with dynamic loading, not to do with our controls. The following post has more details: http://essentialobjects.com/Forum/Default.aspx?g=posts&t=1179#5018Thanks
|