9 lines
592 B
Plaintext
9 lines
592 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_barcode.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_barcode" %>
|
|
<div class="bigText">
|
|
<asp:TextBox runat="server" ID="txtBarcode" class="form-control" autofocus="true" OnTextChanged="txtBarcode_TextChanged"></asp:TextBox>
|
|
<asp:LinkButton runat="server" ID="lbtReset" OnClick="lbtReset_Click" CssClass="btn btn-block bnt-default">
|
|
<asp:Label ID="lblOutput" runat="server" /> <i class="fa fa-refresh" aria-hidden="true"></i>
|
|
</asp:LinkButton>
|
|
<asp:HiddenField ID="hfLastCmd" runat="server" />
|
|
</div>
|