I've done this on several occasions but I always forget how to do it exactly. So I always refer to this page: http://msdn.microsoft.com/en-us/library/w369ty8x.aspx. So the idea is that you create a custom event in the usercontrol (using a process similar
to the posted link) and subscribe to this event in the parent/container page. You raise this event in the user control and so it calls whatever handler you're hooked up in the parent page. I hope this helps.
MetalAsp.Net
All-Star
112032 Points
18231 Posts
Moderator
Re: Updating MultiView in Parent Page from User Control's button Click Event. VB.NET
Feb 19, 2012 06:53 PM|LINK
I've done this on several occasions but I always forget how to do it exactly. So I always refer to this page: http://msdn.microsoft.com/en-us/library/w369ty8x.aspx. So the idea is that you create a custom event in the usercontrol (using a process similar to the posted link) and subscribe to this event in the parent/container page. You raise this event in the user control and so it calls whatever handler you're hooked up in the parent page. I hope this helps.