View Code
1 < asp:TextBox ID = " TextBox1 " runat = " server " CssClass = " inputCss " Width = " 60px " ></ asp:TextBox > 2 < asp:CalendarExtender ID = " TextBox1_CalendarExtender " PopupButtonID = " TextBox1 " runat = " server " 3 Enabled = " True " TargetControlID = " TextBox1 " Animated = " False " 4 Format = " yyyyMM " > 5 </ asp:CalendarExtender >