簡単なポップアップカレンダーを作成しましたが、テキストボックスのフォーカスで開かないようで、問題が何であるかわかりません。
<asp:TableRow>
<asp:TableCell>
<asp:Label ID="Label3" runat="server" Text="Start Date"></asp:Label>
</asp:TableCell>
<asp:TableCell>
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></asp:ToolkitScriptManager>
<asp:TextBox ID="txtStartDate" runat="server"></asp:TextBox>
<asp:CalendarExtender ID="CalendarExtender1" TargetControlID="txtStartDate" runat="server" />
</asp:TableCell>
</asp:TableRow>