Hello,
I've been wondering if it's possible to manipulate objects from a webcontrol inside the vb code of diferent webcontrol.
Mainly what I'm trying to archieve is the usage of AJAX and its async triggers. I have a list of items, each with a button associated, all created at runtime, and I want to make them triggers of a shopping bag located inside an updatePanel on a different webcontrol that is already loaded inside the same page.
Is this possible? If so, how?
Thx
You can add you controls to the UpdatePanel's trigger collection which will cause these to update the UpdatePanel, seehttp://morewally.com/cs/blogs/wallym/archive/2006/09/20/359.aspx
-Damien
Hi,
Here:Trigger PostBack to an UpdatePanel from a separate UserControl?
A example for you to do this.
Best Regards,
No comments:
Post a Comment