inizio ad aggiungere componenti barcode

This commit is contained in:
Samuele E. Locatelli
2020-03-13 19:17:22 +01:00
parent 024102c7a7
commit cc89c24958
7 changed files with 374 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_barcode.ascx.cs" Inherits="MP_MAG.WebUserControls.cmp_barcode" %>
<h4>BARCODE</h4>
<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>