P
Paul
An early Happy Thanksgiving to you and yours...
We develop data driven apps. We dynamically place controls on a panel which
may be then be placed on a web form or another control. My problem is that I
can't get the events of the hosted controls to fire.
e.g.
' myUserControl.ascx. is placed on myWebForm.aspx in the Designer
' myUserControl.ascx has a Panel on it, Panel1
' From code in myUserControl.ascx I pass Panel1 ByRef to a class with a
public sub which adds controls and events to the panel based on it's unique
identifier
When myWebForms.aspx presents the events will not fire. How can I accomplish
this? TIA
We develop data driven apps. We dynamically place controls on a panel which
may be then be placed on a web form or another control. My problem is that I
can't get the events of the hosted controls to fire.
e.g.
' myUserControl.ascx. is placed on myWebForm.aspx in the Designer
' myUserControl.ascx has a Panel on it, Panel1
' From code in myUserControl.ascx I pass Panel1 ByRef to a class with a
public sub which adds controls and events to the panel based on it's unique
identifier
When myWebForms.aspx presents the events will not fire. How can I accomplish
this? TIA