54 lines
2.1 KiB
Plaintext
54 lines
2.1 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true"
|
|
Inherits="MoonPro_site.WebUserControls.mod_caricaOperatoriCSV" Codebehind="mod_caricaOperatoriCSV.ascx.cs" %>
|
|
<h2>
|
|
Aggiornamento dati Operatori</h2>
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
<asp:Panel ID="pnlUpload" Visible="false" runat="server">
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
Selezionare il file da caricare:
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<asp:FileUpload ID="FileUpload1" runat="server" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<asp:CheckBox ID="CheckBox1" runat="server" Text="Con intestazioni" Checked="true" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Carica File" />
|
|
<asp:Label ID="lblWarning" runat="server"></asp:Label>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<asp:GridView ID="GridView1" runat="server">
|
|
</asp:GridView>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<asp:GridView ID="GridView2" runat="server">
|
|
</asp:GridView>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</asp:Panel>
|
|
</td>
|
|
<td valign="top">
|
|
<asp:Panel ID="pnlPasswd" runat="server" Visible="true">
|
|
Password di autorizzazione: <asp:TextBox ID="txtPwd" runat="server" TextMode="Password"
|
|
AutoPostBack="true" OnTextChanged="txtPwd_TextChanged"></asp:TextBox>
|
|
</asp:Panel>
|
|
</td>
|
|
</tr>
|
|
</table>
|