Hi,
I am having an issue with the built in UpdatePanel that is put on the page when checking Supports Partial Rendering in the Module Definition.
My page looks kind of like this (reading down the page
List Box Controls
buttons
Outputted data (changes based on the items chosen in the list box)
While I could move the buttons, I would prefer to leave them where they are. When I test this out buy putting an update Panel in the ascx page, surrounding everything, and putting Async Triggers for the Listboxes only. Everything works as intended (apart from the spinning icon appearing and the module being greyed out)
If I go into the definition, and check off the Supports Partial rendering, my info still updates correctly, I see the spinning icon, but if I click on any of my buttons, the module does a partial postback and will not open the popups that should appear from the button click.
does the built in UpdatePanel have Children as Triggers = True? If so how can I disable this and set my own Triggers?
Thanks,
Chris