I am creating an appliaction that I have a main form and then a RadPanel that depending on what the user selects from the menu will then load a user control(form) into the panel. But I need to access data from the main form. My question is, is this a good design or is the re a bteer way to have screen s load into the app. Also if this a good design how do I get values from a dropdown on the main form when the child loads, and then if I change the value on the dropdown how do I get the child control to reload based on the value in the dropdown.