M
Mike
Hi,
I created a Main.aspx that contains a custom control, as follows:
<body>
<Sigma
agebody id="pdbTemplate" runat="server" templatepath="Template.ascx" />
</body>
The custom control "Template.ascx" uses other controls defined in another project, as follows:
<td>
<Sigma:namingplaceholder id="companyname" runat="server" />
</td>
The events in the Main.aspx fire as well as those specified in the separate classes (Sigma:namingplaceholder), but none of the events of the custom control "Template.ascx" seem to fire.
What could be the problem? Is there any resource I could look at to understand how to set up all these controls properly?
Thanks.
Mike
I created a Main.aspx that contains a custom control, as follows:
<body>
<Sigma
</body>
The custom control "Template.ascx" uses other controls defined in another project, as follows:
<td>
<Sigma:namingplaceholder id="companyname" runat="server" />
</td>
The events in the Main.aspx fire as well as those specified in the separate classes (Sigma:namingplaceholder), but none of the events of the custom control "Template.ascx" seem to fire.
What could be the problem? Is there any resource I could look at to understand how to set up all these controls properly?
Thanks.
Mike