user controls

  1. theAsocialApe

    Question how to expose methods and properties of user controls contained in a collection?

    I'm stumped here. I've got a user control with one to infinity minus 1 instances of another user control in it. at some points, I need to call the same method on those controls (ex. user presses the clear button on the big control, I want to call the clear f(x) on each of the controls) I...
  2. B

    Question Accessing Events from Nested User Controls

    OK I really ought to know what the best approach for this is, but I'd rather get some expert input - What is the "BEST" way to access the methods and properties of nested user controls? For example, suppose you create a custom control (FirstControl) that has a label and a text box. You then...
Back
Top