7 lines
486 B
Plaintext
7 lines
486 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_MachSelSmart.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_MachSelSmart" %>
|
|
|
|
<asp:HiddenField runat="server" ID="hfMachClass" Value="light" />
|
|
<asp:HiddenField runat="server" ID="hfMachine" Value="00" />
|
|
<asp:LinkButton runat="server" ID="lbtReset" class="btn btn-sm btn-info btn-block text-center" OnClick="lbtReset_Click">
|
|
<i class="fa fa-refresh" aria-hidden="true"></i> <%: hfMachine.Value %>
|
|
</asp:LinkButton> |