Files
GPW/GPW_Admin/WebUserControls/cmp_userLicense.ascx
T

251 lines
11 KiB
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_userLicense.ascx.cs" Inherits="GPW_Admin.WebUserControls.cmp_userLicense" %>
<asp:FormView runat="server" ID="frmView" DataSourceID="ods" DataKeyNames="idxDipendente">
<EditItemTemplate>
idxDipendente:
<asp:Label ID="idxDipendenteLabel1" runat="server" Text='<%# Eval("idxDipendente") %>' />
<br />
matricola:
<asp:TextBox ID="matricolaTextBox" runat="server" Text='<%# Bind("matricola") %>' />
<br />
CF:
<asp:TextBox ID="CFTextBox" runat="server" Text='<%# Bind("CF") %>' />
<br />
Cognome:
<asp:TextBox ID="CognomeTextBox" runat="server" Text='<%# Bind("Cognome") %>' />
<br />
Nome:
<asp:TextBox ID="NomeTextBox" runat="server" Text='<%# Bind("Nome") %>' />
<br />
dataNascita:
<asp:TextBox ID="dataNascitaTextBox" runat="server" Text='<%# Bind("dataNascita") %>' />
<br />
luogoNascita:
<asp:TextBox ID="luogoNascitaTextBox" runat="server" Text='<%# Bind("luogoNascita") %>' />
<br />
provNascita:
<asp:TextBox ID="provNascitaTextBox" runat="server" Text='<%# Bind("provNascita") %>' />
<br />
nazNascita:
<asp:TextBox ID="nazNascitaTextBox" runat="server" Text='<%# Bind("nazNascita") %>' />
<br />
codHw:
<asp:TextBox ID="codHwTextBox" runat="server" Text='<%# Bind("codHw") %>' />
<br />
codOrario:
<asp:TextBox ID="codOrarioTextBox" runat="server" Text='<%# Bind("codOrario") %>' />
<br />
mailLastOp:
<asp:CheckBox ID="mailLastOpCheckBox" runat="server" Checked='<%# Bind("mailLastOp") %>' />
<br />
mailDay:
<asp:CheckBox ID="mailDayCheckBox" runat="server" Checked='<%# Bind("mailDay") %>' />
<br />
mailWeek:
<asp:CheckBox ID="mailWeekCheckBox" runat="server" Checked='<%# Bind("mailWeek") %>' />
<br />
mailMonth:
<asp:CheckBox ID="mailMonthCheckBox" runat="server" Checked='<%# Bind("mailMonth") %>' />
<br />
email:
<asp:TextBox ID="emailTextBox" runat="server" Text='<%# Bind("email") %>' />
<br />
authKey:
<asp:TextBox ID="authKeyTextBox" runat="server" Text='<%# Bind("authKey") %>' />
<br />
numAuth:
<asp:TextBox ID="numAuthTextBox" runat="server" Text='<%# Bind("numAuth") %>' />
<br />
WOL_MAC:
<asp:TextBox ID="WOL_MACTextBox" runat="server" Text='<%# Bind("WOL_MAC") %>' />
<br />
dominio:
<asp:TextBox ID="dominioTextBox" runat="server" Text='<%# Bind("dominio") %>' />
<br />
utente:
<asp:TextBox ID="utenteTextBox" runat="server" Text='<%# Bind("utente") %>' />
<br />
codDipendenteExt:
<asp:TextBox ID="codDipendenteExtTextBox" runat="server" Text='<%# Bind("codDipendenteExt") %>' />
<br />
gruppo:
<asp:TextBox ID="gruppoTextBox" runat="server" Text='<%# Bind("gruppo") %>' />
<br />
dataAssunzione:
<asp:TextBox ID="dataAssunzioneTextBox" runat="server" Text='<%# Bind("dataAssunzione") %>' />
<br />
dataCessazione:
<asp:TextBox ID="dataCessazioneTextBox" runat="server" Text='<%# Bind("dataCessazione") %>' />
<br />
attivo:
<asp:CheckBox ID="attivoCheckBox" runat="server" Checked='<%# Bind("attivo") %>' />
<br />
<asp:LinkButton ID="UpdateButton" runat="server" CausesValidation="True" CommandName="Update" Text="Update" />
&nbsp;<asp:LinkButton ID="UpdateCancelButton" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" />
</EditItemTemplate>
<InsertItemTemplate>
matricola:
<asp:TextBox ID="matricolaTextBox" runat="server" Text='<%# Bind("matricola") %>' />
<br />
CF:
<asp:TextBox ID="CFTextBox" runat="server" Text='<%# Bind("CF") %>' />
<br />
Cognome:
<asp:TextBox ID="CognomeTextBox" runat="server" Text='<%# Bind("Cognome") %>' />
<br />
Nome:
<asp:TextBox ID="NomeTextBox" runat="server" Text='<%# Bind("Nome") %>' />
<br />
dataNascita:
<asp:TextBox ID="dataNascitaTextBox" runat="server" Text='<%# Bind("dataNascita") %>' />
<br />
luogoNascita:
<asp:TextBox ID="luogoNascitaTextBox" runat="server" Text='<%# Bind("luogoNascita") %>' />
<br />
provNascita:
<asp:TextBox ID="provNascitaTextBox" runat="server" Text='<%# Bind("provNascita") %>' />
<br />
nazNascita:
<asp:TextBox ID="nazNascitaTextBox" runat="server" Text='<%# Bind("nazNascita") %>' />
<br />
codHw:
<asp:TextBox ID="codHwTextBox" runat="server" Text='<%# Bind("codHw") %>' />
<br />
codOrario:
<asp:TextBox ID="codOrarioTextBox" runat="server" Text='<%# Bind("codOrario") %>' />
<br />
mailLastOp:
<asp:CheckBox ID="mailLastOpCheckBox" runat="server" Checked='<%# Bind("mailLastOp") %>' />
<br />
mailDay:
<asp:CheckBox ID="mailDayCheckBox" runat="server" Checked='<%# Bind("mailDay") %>' />
<br />
mailWeek:
<asp:CheckBox ID="mailWeekCheckBox" runat="server" Checked='<%# Bind("mailWeek") %>' />
<br />
mailMonth:
<asp:CheckBox ID="mailMonthCheckBox" runat="server" Checked='<%# Bind("mailMonth") %>' />
<br />
email:
<asp:TextBox ID="emailTextBox" runat="server" Text='<%# Bind("email") %>' />
<br />
authKey:
<asp:TextBox ID="authKeyTextBox" runat="server" Text='<%# Bind("authKey") %>' />
<br />
numAuth:
<asp:TextBox ID="numAuthTextBox" runat="server" Text='<%# Bind("numAuth") %>' />
<br />
WOL_MAC:
<asp:TextBox ID="WOL_MACTextBox" runat="server" Text='<%# Bind("WOL_MAC") %>' />
<br />
dominio:
<asp:TextBox ID="dominioTextBox" runat="server" Text='<%# Bind("dominio") %>' />
<br />
utente:
<asp:TextBox ID="utenteTextBox" runat="server" Text='<%# Bind("utente") %>' />
<br />
codDipendenteExt:
<asp:TextBox ID="codDipendenteExtTextBox" runat="server" Text='<%# Bind("codDipendenteExt") %>' />
<br />
gruppo:
<asp:TextBox ID="gruppoTextBox" runat="server" Text='<%# Bind("gruppo") %>' />
<br />
dataAssunzione:
<asp:TextBox ID="dataAssunzioneTextBox" runat="server" Text='<%# Bind("dataAssunzione") %>' />
<br />
dataCessazione:
<asp:TextBox ID="dataCessazioneTextBox" runat="server" Text='<%# Bind("dataCessazione") %>' />
<br />
attivo:
<asp:CheckBox ID="attivoCheckBox" runat="server" Checked='<%# Bind("attivo") %>' />
<br />
<asp:LinkButton ID="InsertButton" runat="server" CausesValidation="True" CommandName="Insert" Text="Insert" />
&nbsp;<asp:LinkButton ID="InsertCancelButton" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" />
</InsertItemTemplate>
<ItemTemplate>
idxDipendente:
<asp:Label ID="idxDipendenteLabel" runat="server" Text='<%# Eval("idxDipendente") %>' />
<br />
matricola:
<asp:Label ID="matricolaLabel" runat="server" Text='<%# Bind("matricola") %>' />
<br />
CF:
<asp:Label ID="CFLabel" runat="server" Text='<%# Bind("CF") %>' />
<br />
Cognome:
<asp:Label ID="CognomeLabel" runat="server" Text='<%# Bind("Cognome") %>' />
<br />
Nome:
<asp:Label ID="NomeLabel" runat="server" Text='<%# Bind("Nome") %>' />
<br />
dataNascita:
<asp:Label ID="dataNascitaLabel" runat="server" Text='<%# Bind("dataNascita") %>' />
<br />
luogoNascita:
<asp:Label ID="luogoNascitaLabel" runat="server" Text='<%# Bind("luogoNascita") %>' />
<br />
provNascita:
<asp:Label ID="provNascitaLabel" runat="server" Text='<%# Bind("provNascita") %>' />
<br />
nazNascita:
<asp:Label ID="nazNascitaLabel" runat="server" Text='<%# Bind("nazNascita") %>' />
<br />
codHw:
<asp:Label ID="codHwLabel" runat="server" Text='<%# Bind("codHw") %>' />
<br />
codOrario:
<asp:Label ID="codOrarioLabel" runat="server" Text='<%# Bind("codOrario") %>' />
<br />
mailLastOp:
<asp:CheckBox ID="mailLastOpCheckBox" runat="server" Checked='<%# Bind("mailLastOp") %>' Enabled="false" />
<br />
mailDay:
<asp:CheckBox ID="mailDayCheckBox" runat="server" Checked='<%# Bind("mailDay") %>' Enabled="false" />
<br />
mailWeek:
<asp:CheckBox ID="mailWeekCheckBox" runat="server" Checked='<%# Bind("mailWeek") %>' Enabled="false" />
<br />
mailMonth:
<asp:CheckBox ID="mailMonthCheckBox" runat="server" Checked='<%# Bind("mailMonth") %>' Enabled="false" />
<br />
email:
<asp:Label ID="emailLabel" runat="server" Text='<%# Bind("email") %>' />
<br />
authKey:
<asp:Label ID="authKeyLabel" runat="server" Text='<%# Bind("authKey") %>' />
<br />
numAuth:
<asp:Label ID="numAuthLabel" runat="server" Text='<%# Bind("numAuth") %>' />
<br />
WOL_MAC:
<asp:Label ID="WOL_MACLabel" runat="server" Text='<%# Bind("WOL_MAC") %>' />
<br />
dominio:
<asp:Label ID="dominioLabel" runat="server" Text='<%# Bind("dominio") %>' />
<br />
utente:
<asp:Label ID="utenteLabel" runat="server" Text='<%# Bind("utente") %>' />
<br />
codDipendenteExt:
<asp:Label ID="codDipendenteExtLabel" runat="server" Text='<%# Bind("codDipendenteExt") %>' />
<br />
gruppo:
<asp:Label ID="gruppoLabel" runat="server" Text='<%# Bind("gruppo") %>' />
<br />
dataAssunzione:
<asp:Label ID="dataAssunzioneLabel" runat="server" Text='<%# Bind("dataAssunzione") %>' />
<br />
dataCessazione:
<asp:Label ID="dataCessazioneLabel" runat="server" Text='<%# Bind("dataCessazione") %>' />
<br />
attivo:
<asp:CheckBox ID="attivoCheckBox" runat="server" Checked='<%# Bind("attivo") %>' Enabled="false" />
<br />
</ItemTemplate>
</asp:FormView>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByIdx" TypeName="GPW_data.DS_ApplicazioneTableAdapters.DipendentiTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="hfIdxDip" DefaultValue="0" Name="idxDipendente" PropertyName="Value" Type="String" />
</SelectParameters>
</asp:ObjectDataSource>
<asp:HiddenField runat="server" ID="hfIdxDip" />