I have a winforms app that has a main page on tha page is a radmenu item with a RadMenuComboItem on it. Hte only thing else on the screen in a panel where the user controls are loaded into. What I am trying to do is have it set up so the user can select a client from the RadMenuComboItem, and then all the control that get loaded into the panel will use the selected client to load the data on the screen. and then when the user changes the client it would reload the the information on what ever control is loaded in the panel?
Would it be better to pass the value on load of the control or have the control access teh parent? And how can the child get teh slected value from the RadMenuComboItem on the parent
Would it be better to pass the value on load of the control or have the control access teh parent? And how can the child get teh slected value from the RadMenuComboItem on the parent