ParsingContainer Control
This is a non-visual control which parses a string of html which may include asp.net server controls.
The example shown here was created with binding a repeater with a string array containing:
- <asp:Label runat='server' Text='first' />
- <asp:Label runat='server' Text='second' />
- <asp:Label runat='server' Text='third' />