The WijDialog control allows you to easily create Modal Alert windows.
<div>
<div id="dialog-message" title="Download complete">
<p>
<span class="ui-icon
ui-icon-circle-check"></span>Your files have uploaded successfully!
</p>
</div>
</div>
<cc1:WijDialog ID="Panel1_WijDialog" runat="server"
TargetControlID="Panel1">
</cc1:WijDialog>
<cc1:WijDialog ID="Panel1_WijDialog" runat="server"
CloseOnEscape="False" Show="blind" TargetControlID="Panel1" Modal="True" Title="Download
complete">
</cc1:WijDialog>
