Good a query as I do so that it is only active the last day of every month in date in aspx AjaxControlToolkit c #?
<tr>
<td>Fecha</td>
<cc1:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></cc1:ToolkitScriptManager>
<td>
<asp:TextBox ID="txtFecha_FDM" class="form-control" runat="server" Placeholder="Ingrese la Fecha(año,mes,dia)" required></asp:TextBox>
</td>
<cc1:CalendarExtender ID="Calendar1" PopupButtonID="txtFecha_FDM" runat="server" TargetControlID="txtFecha_FDM" Format="dd/MM/yyyy"> </cc1:CalendarExtender>
</tr>