5 lines
284 B
Plaintext
5 lines
284 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_textTrans.ascx.cs" Inherits="CMS_SC.WebUserControls.mod_textTrans" %>
|
|
|
|
<asp:HiddenField runat="server" ID="hfFullText" />
|
|
<asp:Label runat="server" ID="lblItem" Text='<%# tradTesto(hfFullText.Value) %>'></asp:Label>
|