Files
MoonPro.net/MP-Admin/WebUserControls/mod_ricercaGenerica.ascx
T
Samuele E. Locatelli 0f8f41aaaa Aggiunto progetto MP-ADMIN
2016-11-11 19:16:20 +01:00

6 lines
340 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_ricercaGenerica" CodeBehind="mod_ricercaGenerica.ascx.cs" %>
<div class="boxRicerca">
<asp:TextBox ID="txtCerca" runat="server" OnTextChanged="txtCerca_TextChanged" Width="200px" />
<asp:Button ID="btnCerca" runat="server" OnClick="btnCerca_Click" Text="..." />
</div>