Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
ig:WebAsyncRefreshPanel with CheckBoxList (asp:CheckBoxList resides in asp:Panel)
posted

Hello!
I'm working with NetAdvantage 8.3.

Scenario 1:

ig:WebAsyncRefreshPanel has asp:Label
asp:Button that changes label placed outside of asp:Panel and outside of ig:WebAsyncRefreshPanel - Working well!
asp:CheckBoxList that changes label placed inside asp:Panel (both outside of ig:WebAsyncRefreshPanel)
Now trying to configure TriggerControlIDs - there is only button there. Why?

Scenario 2:

ig:WebAsyncRefreshPanel has asp:Label
asp:CheckBoxList placed outside of ig:WebAsyncRefreshPanel
TriggerControlIDs now contains check box list.
But when clicking on check box list, the label being updated, but in usual way (as if no WebAsyncRefreshPanel at all)

Please, help.

Thanks in advance.

Parents
No Data
Reply
  • 240
    Verified Answer
    posted

    Solved by myself.
    In TriggerControlIDs entered:
    *CheckBoxList1*
    (despite of that it does not appear in TriggerControlIDs list)

Children
No Data