Files
MoonPro.net/MP-Site/WebUserControls/mod_righePag.ascx
T
2018-11-10 11:26:40 +01:00

5 lines
398 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_righePag.ascx.cs" Inherits="MP_SITE.WebUserControls.mod_righePag" %>
<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>