<asp:TextBox ID="txtBirthDate" AutoCompleteType="Disabled" onkeydown="return txtBirthDate_OnKeyDown();"
class="csstextbox" runat="server" Width="175px"></asp:TextBox>
<asp:CalendarExtender ID="calendarBirthDate" OnClientDateSelectionChanged="calendarBirthDate_DateSelectionChanged"
runat="server" Enabled="True"
TargetControlID="txtBirthDate" Format="dd-MMM-yyyy">
</asp:CalendarExtender>
サーバーの日付を表示する必要があるクライアントの日付をカレンダー ポップアップに表示する (これはクライアントの日付 "Today:November 13,2012")