<asp:UpdatePanel runat="server" ID="upnl" UpdateMode="Conditional">


<ContentTemplate>


<DialogBox runat="server" ID="dlg" IsModal="true" AutoCenter="true" OnShowing="dlg_Showing" OnInit = "dlg_Init" Width="375px">



<TitleTemplate>


Some Form </TitleTemplate>


<ContentTemplate>


<div id="ValidationGroup">


<table style="width: 100%;">



<tr type="project">


<td class="clsHeaderLeft">


*Start Date</td>


<td>


<ext:DateField runat="server" ID = "calStartDate" />


</td>


</tr>
From the viewsource

<tr >
<td class="clsHeaderLeft">
*Start Date</td>
 <td>
 <div id="ctl00_Content_dlg_calStartDate_Container" style="display:inline;">




                                
</td>
</tr>
Thsi Dialog box is called from inside a Repeater Control by click of an image Button. When the Dialog Box opens the control is not visible.

Appreciate any suggestions