Subscribing to an event of a ascx of another ascx in a different window
问题 I'm trying to subscribe to the the save button event of a user control that is launched in a separate radwindow from the calling parent. but I am getting object not initialized error, I know why but what am I missing? Update: I found my error but it appears that if (this.SaveEvent!= null) in the ControlBase is always null Parent Control Code: public partial class myControl : ControlBase { private myChildControl __myChildControl; private void myControl_PreRender(object sender, EventArgs e) { /