D
densial
I have two custom user controls, Control1.ascx and Control2.ascx.
Control1 has a public method RunMe(). When I add both controls to an
aspx I want to access the RunMe() method of Control1 from within a
Control2 method. Anyone have any ideas?
Control1 has a public method RunMe(). When I add both controls to an
aspx I want to access the RunMe() method of Control1 from within a
Control2 method. Anyone have any ideas?