-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforgetpassword.aspx
34 lines (28 loc) · 1.34 KB
/
forgetpassword.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
<%@ Page Title="" Language="C#" MasterPageFile="~/akshara.master" AutoEventWireup="true" CodeFile="forgetpassword.aspx.cs" Inherits="forgetpassword" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.auto-style2 {
width: 100%;
height: 366px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table class="auto-style2">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td class="text-right" align="center">
<asp:Label ID="lblMessage" runat="server"></asp:Label>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="ارسال" Width="111px" />
<asp:TextBox ID="txt_email" runat="server" CssClass="col-xs-offset-0" Height="37px" Width="203px" placeholder ="من فضلك ادخل الايميل"></asp:TextBox>
</td>
</tr>
</table>
</asp:Content>