In this topic you will add some content to a Panel control which will later become expanding text.
<asp:Panel ID="Panel1" runat="server">
<h3>Header</h3>
<div>
Vestibulum ut eros non enim commodo hendrerit. Donec porttitor tellus non magna.
Nam ligula elit, pretium et, rutrum non, hendrerit id, ante. Nunc mauris sapien, cursus in.
</div>
</asp:Panel>
In the next step, you will add a C1ExpanderExtender to the page.