<%@ Page Language="C#" MasterPageFile="~/Master/Public.master" AutoEventWireup="true" CodeFile="AnonUserDetails.aspx.cs" Inherits="Public_AnonUserDetails" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <asp:TextBox ID="tbPersonID" runat="server" Visible="false"></asp:TextBox>
    <asp:TextBox ID="tbUpdateAdd" runat="server" Visible="false"></asp:TextBox>
    <table border="0" cellspacing="0" cellpadding="0" style="background-color:#ffffff;" >
    <tr>
        <td valign="top" rowspan="2"><img src="../images/Mainlogo.jpg" alt="" width="75"/></td>
        <td valign="middle" style="text-align: center; width: 362px;">
            <span style="font-size: 16pt; color: #0000cc; font-family: Book Antiqua"><strong>
                <br />
                Member Details Update&nbsp;</strong></span><br /><br />
            <span style="font-size: 16pt; font-family: Book Antiqua">
                <asp:TextBox ID="tbPersonName" runat="server" BorderStyle="None" BorderWidth="0" ReadOnly="true" Font-Size="14px" Height="19px" Width="349px"></asp:TextBox>   <br /><br /><br /></span>
        </td>
    </tr>
</table>
    <asp:Table ID="Table1" runat="server">
        <asp:TableRow ID="trBlankCheck" Visible="false">
            <asp:TableCell ID="tdBlankCheck"></asp:TableCell>
        </asp:TableRow>
    </asp:Table>

    <asp:Table ID="tPersonal" runat="server" BackColor="#ccffcc" Width="100%">
        <asp:TableRow>
            <asp:TableCell ForeColor="Navy" Font-Size="24px" Width="400">Personal</asp:TableCell>
            <asp:TableCell ForeColor="Navy" >Details</asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">Last Name</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbLastName" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">First Name</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbFirstName" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">Middle Name</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbSecondName" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow Visible="false">
            <asp:TableCell Width="400">Nick Name</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbNickName" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">Class OF</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:DropDownList ID="ddlClassOF" runat="server"></asp:DropDownList></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">Last Year Attended</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:DropDownList ID="ddlExitYear" runat="server"><asp:ListItem>4</asp:ListItem><asp:ListItem>5</asp:ListItem><asp:ListItem>6</asp:ListItem><asp:ListItem>7</asp:ListItem><asp:ListItem>8</asp:ListItem><asp:ListItem>9</asp:ListItem><asp:ListItem>10</asp:ListItem><asp:ListItem>11</asp:ListItem><asp:ListItem Selected>12</asp:ListItem></asp:DropDownList></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow Visible="false">
            <asp:TableCell Width="400">Birth Date</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbBirthDate" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow Visible="false">
            <asp:TableCell Font-Size="12px" HorizontalAlign="Right">(31/12/2006)</asp:TableCell>
        </asp:TableRow>
        
    </asp:Table>
    <asp:Table ID="Table2" runat="server" BackColor="#99ff99" Width="100%">
        <asp:TableRow>
            <asp:TableCell ForeColor="Navy" Font-Size="24px">Contact</asp:TableCell>
            <asp:TableCell ForeColor="Navy" >Details</asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">Email</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbEmail" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">Mobile</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbMobile" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">Business Phone</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbBusinessPhone" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
    </asp:Table>
    <asp:Table ID="Table3" runat="server" BackColor="#ccffcc" Width="100%" Visible="true">
        <asp:TableRow>
            <asp:TableCell ForeColor="Navy" Font-Size="24px">Address</asp:TableCell>
            <asp:TableCell ForeColor="Navy" >Details</asp:TableCell>
        </asp:TableRow>
        <asp:TableRow Visible="false">
            <asp:TableCell Width="400">Lot</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbLot" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow Visible="false">
            <asp:TableCell Width="400">Floor</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbFloor" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow Visible="false">
            <asp:TableCell Width="400">Unit</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbUnit" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">House No</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbHouseNo" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">Street</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbStreet" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow Visible="false">
            <asp:TableCell Width="400">Street Type</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbStreetType" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">Suburb</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbSurburb" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">State</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbState" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">Country</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbCountry" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell Width="400">Postcode</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:TextBox ID="tbPostCode" runat="server"></asp:TextBox></asp:TableCell>
        </asp:TableRow>
    </asp:Table>
    <asp:Table ID="Table4" runat="server" BackColor="#99ff99" Width="100%">
        <asp:TableRow>
            <asp:TableCell Width="400">I am willing for my contact details <br>to be shared with other Old Boys</asp:TableCell>
            <asp:TableCell HorizontalAlign="Right"><asp:DropDownList ID="ddlShareDetails" runat="server"><asp:ListItem>Yes</asp:ListItem><asp:ListItem>No</asp:ListItem></asp:DropDownList></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell ColumnSpan="3" HorizontalAlign="Right">
                <asp:Button ID="Button1" runat="server" Text="Update" /></asp:TableCell>
        </asp:TableRow>
    </asp:Table>
    


</asp:Content>


