Files
C.TRACK/MP-MAG/WebUserControls/cmp_barcode.ascx
T
Samuele E. Locatelli 4f9d701821 update barcode preliminare
2020-12-29 15:17:05 +01:00

6 lines
412 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_barcode.ascx.cs" Inherits="MP_MAG.WebUserControls.cmp_barcode" %>
<div class="form-group bigText">
<asp:TextBox runat="server" ID="txtBarcode" class="form-control" autofocus="true" AutoPostBack="True" OnTextChanged="txtBarcode_TextChanged"></asp:TextBox>
<asp:Label ID="lblOutput" runat="server" for="txtBarcode" Width="100%" />
</div>