Hello. I have a Treeview control inside a CallbackPanel. I would like the treeview to be updated with a newly created node. However, the trigger that needs to force the callback is inside a user control (ascx) that is loaded dynamically, so I can't just list it as a trigger in the CallbackPanel's properties.
Does that mean I need to force the callback in the CallbackPanel? If so, I tried the following, but it does not seem to work:
Code: Visual Basic.NET
Response.Write("<script>eo_Callback('" & controlName & "');</script>")
Thanks,
David