A
Allan Ebdrup
How do I create a custom webcontrol that can have xml inside it's tag?
I mean a control like the repeater control, where I can specify special tags
that define the header body and footer of the control.
I'm thinking of something like:
<uc1:CustomControl ID="Control1" runat="server">
<Header>Some text and perhaps other controls</Header>
<Body>Some more text</Body>
<Footer>Even more text</Footer>
</uc1:CustomControl>
Is there a technical term for this? I haven't been able to find information
about this.
Kind Regards,
Allan Ebdrup
I mean a control like the repeater control, where I can specify special tags
that define the header body and footer of the control.
I'm thinking of something like:
<uc1:CustomControl ID="Control1" runat="server">
<Header>Some text and perhaps other controls</Header>
<Body>Some more text</Body>
<Footer>Even more text</Footer>
</uc1:CustomControl>
Is there a technical term for this? I haven't been able to find information
about this.
Kind Regards,
Allan Ebdrup