-
Notifications
You must be signed in to change notification settings - Fork 0
/
Registration.aspx
159 lines (144 loc) · 7.05 KB
/
Registration.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<%@ Page language="c#" Inherits="Book_Store.Registration" CodeFile="Registration.cs" %>
<%@ Register TagPrefix="CC" TagName="Header" Src="Header.ascx" %><%@ Register TagPrefix="CC" TagName="Footer" Src="Footer.ascx" %><%@Register TagPrefix="CC" TagName="Pager" Src="CCPager.ascx"%>
<html>
<head>
<title>Book Store</title>
<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie3-2nav3-0">
<meta name="GENERATOR" content="YesSoftware CodeCharge v.2.0.5 using 'ASP.NET C#.ccp' build 9/27/2001">
<meta name="CODE_LANGUAGE" Content="C#">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head>
<body style="background-color: #FFFFFF; color: #000000; font-family: Arial, Tahoma, Verdana, Helveticabackground-color: #FFFFFF; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">
<form method="post" runat="server">
<CC:Header id="Header" runat="server"/>
<input type=hidden id=p_Reg_member_id runat=server />
<center>
<table><tr><td valign="top" >
<table id="Reg_holder" runat="Server" style="width:100%">
<tr><td colspan=2 style="background-color: #336699; text-align: Center; border-style: outset; border-width: 1"><font style="font-size: 12pt; color: #FFFFFF; font-weight: bold"><asp:label id="RegForm_Title" runat="server">Registration</asp:label></font><br>
</td></tr>
<tr><td colspan="2" style="background-color: #FFFFFF; border-width: 1">
<asp:Label id=Reg_ValidationSummary style="background-color: #FFFFFF; border-width: 1" runat="server" Visible="false"></asp:Label>
<input type="Hidden" id="Reg_member_id" value="" runat="server">
</td></tr>
<tr>
<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font style="font-size: 10pt; color: #000000">Login*</font>
<asp:RequiredFieldValidator id=Reg_member_login_Validator_Req runat="server" ErrorMessage="The value in field Login* is required." ControlToValidate="Reg_member_login" display="None" EnableClientScript="False"></asp:RequiredFieldValidator></td>
<td style="background-color: #FFFFFF; border-width: 1">
<asp:TextBox
id=Reg_member_login
Columns=20
runat="server"/>
</td>
</tr>
<tr>
<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font style="font-size: 10pt; color: #000000">Password*</font>
<asp:RequiredFieldValidator id=Reg_member_password_Validator_Req runat="server" ErrorMessage="The value in field Password* is required." ControlToValidate="Reg_member_password" display="None" EnableClientScript="False"></asp:RequiredFieldValidator></td>
<td style="background-color: #FFFFFF; border-width: 1">
<asp:TextBox
id=Reg_member_password
TextMode=Password Columns=20 MaxLength=20
runat="server"/>
</td>
</tr>
<tr>
<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font style="font-size: 10pt; color: #000000">Confirm Password*</font>
<asp:RequiredFieldValidator id=Reg_member_password2_Validator_Req runat="server" ErrorMessage="The value in field Confirm Password* is required." ControlToValidate="Reg_member_password2" display="None" EnableClientScript="False"></asp:RequiredFieldValidator></td>
<td style="background-color: #FFFFFF; border-width: 1">
<asp:TextBox
id=Reg_member_password2
TextMode=Password Columns=20 MaxLength=20
runat="server"/>
</td>
</tr>
<tr>
<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font style="font-size: 10pt; color: #000000">First Name*</font>
<asp:RequiredFieldValidator id=Reg_first_name_Validator_Req runat="server" ErrorMessage="The value in field First Name* is required." ControlToValidate="Reg_first_name" display="None" EnableClientScript="False"></asp:RequiredFieldValidator></td>
<td style="background-color: #FFFFFF; border-width: 1">
<asp:TextBox
id=Reg_first_name
Columns=50
runat="server"/>
</td>
</tr>
<tr>
<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font style="font-size: 10pt; color: #000000">Last Name*</font>
<asp:RequiredFieldValidator id=Reg_last_name_Validator_Req runat="server" ErrorMessage="The value in field Last Name* is required." ControlToValidate="Reg_last_name" display="None" EnableClientScript="False"></asp:RequiredFieldValidator></td>
<td style="background-color: #FFFFFF; border-width: 1">
<asp:TextBox
id=Reg_last_name
Columns=50
runat="server"/>
</td>
</tr>
<tr>
<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font style="font-size: 10pt; color: #000000">Email*</font>
<asp:RequiredFieldValidator id=Reg_email_Validator_Req runat="server" ErrorMessage="The value in field Email* is required." ControlToValidate="Reg_email" display="None" EnableClientScript="False"></asp:RequiredFieldValidator></td>
<td style="background-color: #FFFFFF; border-width: 1">
<asp:TextBox
id=Reg_email
Columns=50
runat="server"/>
</td>
</tr>
<tr>
<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font style="font-size: 10pt; color: #000000">Address</font></td>
<td style="background-color: #FFFFFF; border-width: 1">
<asp:TextBox
id=Reg_address
Columns=50
runat="server"/>
</td>
</tr>
<tr>
<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font style="font-size: 10pt; color: #000000">Phone</font></td>
<td style="background-color: #FFFFFF; border-width: 1">
<asp:TextBox
id=Reg_phone
Columns=50
runat="server"/>
</td>
</tr>
<tr>
<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font style="font-size: 10pt; color: #000000">Credit Card Type</font>
<asp:CustomValidator id=Reg_card_type_id_Validator_Num OnServerValidate="ValidateNumeric" runat="server" EnableClientScript="False" ErrorMessage="The value in field Credit Card Type is incorrect." ControlToValidate="Reg_card_type_id" display="None"></asp:CustomValidator ></td>
<td style="background-color: #FFFFFF; border-width: 1">
<asp:DropDownList style="font-size: 10pt; color: #000000"
id=Reg_card_type_id
DataTextField="name"
DataValueField="card_type_id"
runat="server"/>
</td>
</tr>
<tr>
<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font style="font-size: 10pt; color: #000000">Credit Card Number</font></td>
<td style="background-color: #FFFFFF; border-width: 1">
<asp:TextBox
id=Reg_card_number
Columns=20
runat="server"/>
</td>
</tr>
<tr><td align=right colspan=2 >
<input type="button"
id=Reg_insert
Value="Register"
runat="server" >
<input type="button"
id=Reg_update
Value="Update"
runat="server" >
<input type="button"
id=Reg_cancel
Value="Cancel"
runat="server" >
</td></tr>
</table>
</td>
</tr></table>
<CC:Footer id="Footer" runat="server"/>
</form>
</body>
</html>