Server Controls

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SSBhbSBTYW0=?=

    Server Controls

    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?
  • Kevin Spencer

    #2
    Re: Server Controls

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

    ChildControl.Do Something();

    --
    HTH,

    Kevin Spencer
    Chicken Salad Surgeon
    Microsoft MVP

    "I am Sam" <IamSam@discuss ions.microsoft. comwrote in message
    news:77BAD825-29C4-401B-8680-9C72B740E75A@mi crosoft.com...
    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?

    Comment

    Working...