-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathAdminPanel.aspx
42 lines (31 loc) · 1.88 KB
/
AdminPanel.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
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AdminPanel.aspx.cs" Inherits="AdminPanel" %>
<html>
<head>
<link href="Content/Gamesell.css" rel="stylesheet" />
</head>
<body style="background-image:url(back2.jpg)"><p>
<a runat="server" href="~/AdminPanelMessage"><input style="margin-left:50px;margin-top:20px;color:white;background-color:darkred" class="submit" name="submit" type="submit" value="Messages"/></a></p>
<h1 style="margin-top:-200px;color:Red"> Admin Panel: Orders</h1>
<form id="form1" runat="server">
<div style="margin-top:100px">
<h2>
</h2>
<h2>
<asp:GridView ID="GridView1" runat="server" Height="235px" style="text-align: center ; margin-left: 350px" Width="544px">
</asp:GridView>
</h2>
<h2>
</h2>
<h2>
</h2>
<h2>
This is a online gaming shop.</h2>
<h4>GAME AND CHILL.</h4>
<h3 style="color:red">
Developed By: RAFID , TANIM & FABLIHA
</h3>
</div>
</form>
</body>