8 lines
475 B
Plaintext
8 lines
475 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" OnTextChanged="txtBarcode_TextChanged" AutoPostBack="true"></asp:TextBox>
|
|
<div class="small text-center textCondens">
|
|
<asp:Label ID="lblOutput" runat="server" for="txtBarcode" Width="100%" />
|
|
</div>
|
|
</div> |