Files
MoonPro.net/MP-MAG/WebUserControls/cmp_selPeriodoFuturo.ascx
2021-04-20 12:51:36 +02:00

6 lines
556 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_selPeriodoFuturo.ascx.cs" Inherits="MP_MAG.WebUserControls.cmp_selPeriodoFuturo" %>
<div class="input-group input-group-sm">
<asp:TextBox ID="txtInizio" runat="server" MaxLength="8" AutoPostBack="True" OnTextChanged="txtInizio_TextChanged" CssClass="form-control" Font-Size="Small" TextMode="Date" />
<asp:TextBox ID="txtFine" runat="server" MaxLength="8" AutoPostBack="True" OnTextChanged="txtFine_TextChanged" CssClass="form-control" Font-Size="Small" TextMode="Date" />
</div>