Controls events not firing

M

Mike

Hi,

I created a Main.aspx that contains a custom control, as follows:

<body>
<Sigma:pagebody 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
 
M

Mike

Sorry Guys.... I found it in the meantime. It was an incorrect "@ Control" directive in the custom control "Template.ascx".

--
Michael



Hi,

I created a Main.aspx that contains a custom control, as follows:

<body>
<Sigma:pagebody 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top