gallicus
Newcomer
OK simple question from someone who has just started writing a user control. I have created a usercontrol which which populates a dataset at the press of a button. I have added this usercontrol to a windows form. I have both the projects in the IDE group. It all compiles and runs OK. However I click the button on the usercontrol (on the form) the button click event on the user control does not fire (Ihave a break point on it). The contructor of the usercontrol does fire. so the control is being intantiated but why doesn't the code run for the button click event?