Files
GMW/GMW/WebUserControls/mod_execParticolari.ascx
T

24 lines
726 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_execParticolari.ascx.cs"
Inherits="GMW.WebUserControls.mod_execParticolari" %>
<table>
<tr>
<td>
<asp:Button ID="btnGo2Mag" runat="server" Width="120px" OnClick="btnGo2Mag_Click" />
</td>
<td>
<asp:Button ID="btnCreaListaPrelievo" runat="server" Width="120px" OnClick="btnCreaListaPrelievo_Click" />
</td>
<%--
</tr>
<tr>
<td>
<asp:Button ID="Button3" runat="server" Width="120px" />
</td>
<td>
<asp:Button ID="Button4" runat="server" Width="120px" />
</td>
--%>
</tr>
</table>