In this topic you add some content to a Panel control that will later become a dialog box.
<asp:Panel ID="Panel1" runat="server" Width="845px">
<h2>Dialog Box</h2>
<br />
<span>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</span>
</asp:Panel>
Next add a WijDialog control to the page.