Server Controls

I

I am Sam

In a composite control with child controls, how do you fire an event in the
parent(root) control so that a child control does something. Do I need to
bubble an event?
 
K

Kevin Spencer

No, you do not need to fire an event. Simply instruct the child control to
do something:

ChildControl.DoSomething();

--
HTH,

Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top