6 lines
556 B
Plaintext
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> |