I have an ASP.NET project that has a form that uses a user control for the menu. I need the menu to raise an event on the parent form, so that the parent form can load data. I've coded this in Winform controls, but never ASP.NET, so... here the example.
