D
Davids
I'm placing a user control (from file) into an aspx file using @Register and
<MyControls:ListBlogEntries ID="ListBlogEntries" Runat="Server"/>
that particular control is as simple as:
<asp
ataList ID="ListBlogEntries" Runat="server">
<ItemTemplate>
...
</ItemTemplate>
</asp
ataList>
The problem is that I cannot use Page.FindControls to grab it in my
codebehind and if I iterate all page controls there is none with id
"ListBlogEntries"... now how can that be?
<MyControls:ListBlogEntries ID="ListBlogEntries" Runat="Server"/>
that particular control is as simple as:
<asp

<ItemTemplate>
...
</ItemTemplate>
</asp

The problem is that I cannot use Page.FindControls to grab it in my
codebehind and if I iterate all page controls there is none with id
"ListBlogEntries"... now how can that be?