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

26 lines
992 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_resetDb.ascx.cs"
Inherits="MoonPro_site.WebUserControls.mod_resetDb" %>
<h1>
Reset DB</h1>
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<asp:Panel ID="pnlUpload" Visible="false" runat="server">
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Reset DB" />
</td>
</tr>
</table>
</asp:Panel>
</td>
<td valign="top">
<asp:Panel ID="pnlPasswd" runat="server" Visible="true">
Password di autorizzazione:&nbsp;<asp:TextBox ID="txtPwd" runat="server" TextMode="Password"
AutoPostBack="true" OnTextChanged="txtPwd_TextChanged"></asp:TextBox>
</asp:Panel>
</td>
</tr>
</table>