R
Ron Vecchi
Is it possible to create a custom control like the below example.
Basically the custom control will have a public property of type
PlaceHolder. What ever html content is enter between the <Container>
elements should be added to part of the Placeholders control colleciton.
Is this possible? any good resources for doing this out there?
---------------
<cc1:MyCustomControl id="Control" runat="server">
<Container>
//insert html content
</Container>
</cc1:MyCustomControl>
Basically the custom control will have a public property of type
PlaceHolder. What ever html content is enter between the <Container>
elements should be added to part of the Placeholders control colleciton.
Is this possible? any good resources for doing this out there?
---------------
<cc1:MyCustomControl id="Control" runat="server">
<Container>
//insert html content
</Container>
</cc1:MyCustomControl>