8 lines
427 B
Plaintext
8 lines
427 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_svgFull.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_svgFull" %>
|
|
|
|
<asp:HiddenField ID="hfSheetId" runat="server" Value="0" />
|
|
<asp:HiddenField ID="hfFilename" runat="server" Value="" />
|
|
<div runat="server" id="divCurrSheet">
|
|
<svg xmlns='http://www.w3.org/2000/svg' width="16000" height="8000" runat="server" id="svgTable" class="img-fluid"></svg>
|
|
</div>
|