First off, my Environment: VB.NET .NET 2.0 AJAX Update Panels also used around webpart zones. I have a masterpage and default page. Default page has WPM and two Zones. each webpart is just a shell and a usercontrol is used for A & B
I have two webparts, A & B. (Usercontrols)- A has a number of buttons. B has a listbox & Subs which populate the listbox and refresh the UpdatePanel that also sits (inside the webpart B) wrapping the listbox. I want to click a button in webpart A and it fires a sub in webpart B called 'Public Sub FillList()' I cant seem to workout how to do this. I have looked up webpart connects and I understand that I can pass properties which is fine, but I want to call subs/fire events.
Thanks in advance!