-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforgot_seller.aspx
44 lines (38 loc) · 2.72 KB
/
forgot_seller.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
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="forgot_seller.aspx.cs" Inherits="forgot_seller" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title><link rel="stylesheet" type="text/css" href="forgetpass.css" />
</head>
<body>
<form id="form1" runat="server">
<div class="forgetcss">
Please Enter the UserName:
<asp:TextBox ID="TextBox1" runat="server" Height="25px" Width="177px" autocomplete="off" BorderColor="#FF6600"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="TextBox1" ErrorMessage="please enter valid id" ForeColor="Red" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator>
<br />
<br />
Please give the answer of following question for getting your password:<br />
<br />
<br />
What is your Tv name: <br />
<asp:TextBox ID="TextBox2" runat="server" Height="24px" Width="171px" BorderColor="#FF6600" autocomplete="off"></asp:TextBox>
<br />
what is your grand mother name: <br />
<asp:TextBox ID="TextBox3" runat="server" Height="27px" Width="170px" BorderColor="#FF6600" autocomplete="off"></asp:TextBox>
<br />
what is your edecutation: <br />
<asp:TextBox ID="TextBox4" runat="server" Height="23px" Width="167px" BorderColor="#FF6600" autocomplete="off"></asp:TextBox>
<br />
<br />
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click1" Text="Button" Height="34px" Width="90px" BorderColor="#FF6600"/>
<br />
<br />
<asp:Label ID="Label1" runat="server" ForeColor="Red"></asp:Label>
<br />
<br />
</div>
</form>
</body>
</html>