Calling an user control from another user control

Calling an user control from another user control

Post by Cesa » Sat, 20 Apr 2002 20:43:23



Hello,

I have a simple .aspx page, with an User Control.  In this
user control there is a Button.  When I click on this
button inside the user control I would like to load a
second user control on the PAGE, not inside user control
#1, but on the actual .aspx page.

Thanks,

Cesar

 
 
 

1. Calling user control methods within user controls

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?

2. Ignore Amiga Luser

3. treeview control calling a user control added on a panel control

4. Off Line Browser For The Psion

5. Compiled user controls not in my user controls toolbox...

6. empty macro variable

7. How to control the focus as the user tabs into a user control?

8. Read News Problem

9. Accessing Other User Controls and Parents From User Control

10. web user control within a web user control

11. I have a user control and I want to inherit it from another user control

12. Access user control property in same user control .ascx code

13. Data binding DropDownList user control within other user controls