Files
limanapp/GeLiSt/WebUserControls/mod_ricercaGenerica.ascx
Samuele Locatelli a196544a6c Legacy site commit
2021-10-07 16:23:17 +02:00

10 lines
436 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_ricercaGenerica" CodeBehind="mod_ricercaGenerica.ascx.cs" %>
<% if (false)
{ %>
<link href="../css/Style.css" rel="stylesheet" type="text/css" />
<% } %>
<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>