Files
GMW/GMW/WebUserControls/mod_SearchProvOperatori.ascx
T

21 lines
1.0 KiB
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_SearchProvOperatori.ascx.cs" Inherits="GMW.WebUserControls.mod_SearchProvOperatori" %>
<%@ Register Src="mod_listOperatori.ascx" TagName="mod_listOperatori" TagPrefix="uc1" %>
<%@ Register Src="mod_execOperatori.ascx" TagName="mod_execOperatori" TagPrefix="uc2" %>
<%@ Register Src="mod_detailOperatori.ascx" TagName="mod_detailOperatori" TagPrefix="uc3" %>
<asp:Panel runat="server" ID="pnlSearchProvider" CssClass="PnlSearchProvider_2">
<div class="SearchProviderTitle_2">
<asp:Label runat="server" ID="lblSearchProvider" txt="---" />
</div>
<table cellspacing="4">
<tr>
<td valign="top">
<uc1:mod_listOperatori ID="mod_listOperatori1" runat="server" />
<uc2:mod_execOperatori ID="mod_execOperatori1" runat="server" />
</td>
<td valign="top">
<uc3:mod_detailOperatori ID="mod_detailOperatori1" runat="server" />
</td>
</tr>
</table>
</asp:Panel>