Torna al Thread

<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="register.aspx.cs" Inherits="setup_admin" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <table cellpadding="0" cellspacing="2" width="397" > <tr> <td align="center" colspan="2"> </td> </tr> <tr> <td > <label for="txtEmail">Email:</label></td> <td > <asp:TextBox ID="txtEmail" Runat="server"></asp:TextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator1" Runat="server" ErrorMessage="*" Display="Dynamic" ControlToValidate="txtEmail"></asp:RequiredFieldValidator> </td> </tr> <tr> <td > <label for="txtName">Nome:</label></td> <td > <asp:TextBox ID="txtLastname" Runat="server"></asp:TextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator4" Runat="server" ErrorMessage="*" Display="Dynamic" ControlToValidate="txtLastname"></asp:RequiredFieldValidator> </td> </tr> <tr> <td > <label for="txtCognome">Cognome:</label></td> <td > <asp:TextBox ID="txtFirstname" Runat="server"></asp:TextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator6" Runat="server" ErrorMessage="*" Display="Dynamic" ControlToValidate="txtFirstname"></asp:RequiredFieldValidator> </td> </tr> <tr> <td > <label for="txtBirthDay">BirthDay:</label></td> <td > <asp:DropDownList ID="txtbirthday" runat="server" oninit="txtbirthday_Init"> </asp:DropDownList> <asp:DropDownList ID="txtbirthMonth" runat="server" oninit="txtbirthMonth_Init"> </asp:DropDownList> <asp:TextBox ID="txtbirthYear" Runat="server"></asp:TextBox> </td> </tr> <tr> <td > <label for="txtSex">Sesso:</label></td> <td > <asp:DropDownList ID="txtSex" runat="server" oninit="txtSex_Init"> </asp:DropDownList> <asp:RequiredFieldValidator ID="RequiredFieldValidator8" Runat="server" ErrorMessage="*" Display="Dynamic" ControlToValidate="txtSex"></asp:RequiredFieldValidator> </td> </tr> <tr> <td > <label for="txtFullname">Your Fullname:</label></td> <td > <asp:TextBox ID="txtFullname" Runat="server"></asp:TextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator3" Runat="server" ErrorMessage="*" Display="Dynamic" ControlToValidate="txtFullname"></asp:RequiredFieldValidator> </td> </tr> <tr> <td > <label for="txtCity">CITY</label></td> <td > <asp:TextBox ID="txtCity" Runat="server"></asp:TextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator7" Runat="server" ErrorMessage="*" Display="Dynamic" ControlToValidate="txtCity"></asp:RequiredFieldValidator> </td> </tr> <tr> <td > <label for="txtPassword">Choose a password:</label></td> <td > <asp:TextBox ID="txtPassword" Runat="server" TextMode="Password"></asp:TextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator2" Runat="server" ErrorMessage="*" Display="Dynamic" ControlToValidate="txtPassword"></asp:RequiredFieldValidator> </td> </tr> <tr> <td > <label for="txtSecretQuestion">Choose a Secret Question:</label></td> <td> <asp:DropDownList ID="txtSecretQuestion" runat="server" oninit="txtSecretQuestion_Init"> </asp:DropDownList> <asp:RequiredFieldValidator ID="RequiredFieldValidator9" Runat="server" ErrorMessage="*" Display="Dynamic" ControlToValidate="txtSecretQuestion"></asp:RequiredFieldValidator> </td> </tr> <tr> <td > <label for="txtSecretAnswer">Choose a Secret Answer:</label></td> <td > <asp:TextBox ID="txtSecretAnswer" Runat="server"></asp:TextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator10" Runat="server" ErrorMessage="*" Display="Dynamic" ControlToValidate="txtSecretAnswer"></asp:RequiredFieldValidator> </td> </tr> <tr> <td> Info </td> <td> <asp:RequiredFieldValidator ID="RequiredFieldValidator5" Runat="server" ErrorMessage="*" Display="Dynamic" ControlToValidate="txtInfo"></asp:RequiredFieldValidator> <asp:TextBox ID="txtInfo" Runat="server" TextMode="MultiLine" Rows="10" Columns="30"></asp:TextBox> </td> </tr> <tr> <td height="29" width="129">&nbsp;</td> <td height="29" width="244"> <asp:Button ID="btnSetupAdm" Runat="server" CssClass="button" Text="Setup" OnClick="btnAdmin_OnClick"></asp:Button> </td> </tr> </table> <asp:Label ID="lblMsg" Runat="Server"></asp:Label></asp:Content>
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5