I have been reading about using delegates on a few posts here and msdn, but still don't quite get it. Here is my situation: I have a "mother" page add_customer.aspx and a"child" user control add_group.ascx. On the mother page is an "add group" button that makes the the panel inwhich the add_customer control resides VISIBLE=True. On the control, the user can edit the list of groups, or add a new one. After the edit is complete I want to make the panel again VISIBLE=False, as well as refill the "mother" page's dataset and rebind the controls. It seems clear that the correct method is to use a delegate to runa function on the mother page from the child user control, but I am having understanding how. Please help, if you have a moment, or direct me some similar examples.
Thanks
Thanks