5 lines
390 B
Plaintext
5 lines
390 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_numRow.ascx.cs" Inherits="ES3.WebUserControls.cmp_numRow" %>
|
|
<div class="floDx">
|
|
<asp:Label runat="server" ID="lblNumRighe" CssClass="didascalia"><%: traduci("righePerPag") %></asp:Label>
|
|
<asp:TextBox ID="txtNumRighe" runat="server" AutoPostBack="True" OnTextChanged="txtNumRighe_TextChanged" Width="2em" />
|
|
</div> |