-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfirmfrienddelete.aspx
27 lines (25 loc) · 1.06 KB
/
confirmfrienddelete.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
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="confirmfrienddelete.aspx.cs" Inherits="confirmfrienddelete" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>Confirm Delete a Friend</title>
<META HTTP-EQUIV="refresh" CONTENT="3; URL=myfriendslist.aspx">
<link href="CSS/cssreciaspx.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<br />
<br />
<br />
<div style="text-align: center; margin-top: 35px;"><h1><asp:Label ID="lblheader" runat="server" /></h1></div>
<div style="text-align: center; margin-top: 20px;">
<asp:Label cssClass="content12" ID="lblsuccess" runat="server" />
<br />
<br />
<asp:Label cssClass="content12" ID="lblwait" runat="server" Visible="false" />
<br />
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="myfriendslist.aspx" cssClass="content12">Back to My Friends List</asp:HyperLink>
</div>
</form>
</body>
</html>