I have an aspx page called home.aspx that has a user control call
menu.ascx...
within menu.ascx I have a user control call menu_item.ascx.
I can call methods of the menu.ascx control from my home.aspx page and I can
call methods of the menu_item.ascx control from the menu.ascx control.
My question is: How or Can I call methods of the menu_item.ascx page from
the home.aspx page?