-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresetpass.aspx
More file actions
76 lines (67 loc) · 2.81 KB
/
resetpass.aspx
File metadata and controls
76 lines (67 loc) · 2.81 KB
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
<%@ Page Title="" Language="VB" MasterPageFile="~/Site.master" AutoEventWireup="false" CodeFile="resetpass.aspx.vb" Inherits="resetpass" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server">
<p>
</p>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div style="background-color: #FFFF99; left: 390px; position: absolute; width: 515px; top: 164px; height: 268px;" >
<br />
<br />
<asp:Label ID="Label3" runat="server" Font-Bold="True" Font-Size="Large"
Font-Underline="False" ForeColor="Blue" Text="Forgot Password ???"></asp:Label>
<br />
<br />
<asp:Label ID="Label4" runat="server" Font-Size="Large" ForeColor="Blue"
Text="Login ID "></asp:Label>
<asp:TextBox ID="TextBox1" runat="server"
style="margin-left: 37px; margin-bottom: 0px" Width="265px"></asp:TextBox>
<br />
<br />
<asp:Label ID="Label5" runat="server" Font-Size="Large" ForeColor="Blue"
Text="OR e-mail"></asp:Label>
<asp:TextBox ID="TextBox2" runat="server" style="margin-left: 50px"
Width="266px"></asp:TextBox>
<br />
<br />
<asp:Label ID="Label6" runat="server" Font-Size="Large" ForeColor="Blue"
Text=" Enter your Registered mob no."></asp:Label>
<asp:TextBox ID="TextBox3" runat="server" style="margin-left: 10px"
Width="142px"></asp:TextBox>
<br />
<br />
<br />
<asp:Button ID="Button1" runat="server" Text="Request New Password"
Width="185px" />
<asp:Button ID="Button2" runat="server" style="margin-left: 0px" Text="Clear"
Width="165px" />
</div>
</asp:Content>