-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdmin.aspx
58 lines (57 loc) · 3.09 KB
/
Admin.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<%@ Page Title="Admin" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeFile="Admin.aspx.cs" Inherits="Admin" %>
<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
<div position: "absolute;" allign="left" style="background-color: transparent; background-image: url('Images/carsss.jpeg');height: 910px;
width: 1690px;
margin-left: -365px;
margin-top: -67px;
background-size: 100%" class="text-center">
<div id="update;" style ="margin-top: 68px;">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/images.jpeg" />
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="16pt" Text="WELCOME ADMIN...!!!"
Width="233px" Height="30px"></asp:Label>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="color: black;
background-color: white" Text="LOGOUT" /> <br />
<br />
<br />
<br />
<br />
<br />
<asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" OnClick="LinkButton1_Click" style="color: black" Font-Size="14pt">Customer Detail</asp:LinkButton><br />
<br />
<asp:LinkButton ID="LinkButton8" runat="server" Font-Bold="True" Font-Size="14pt"
OnClick="LinkButton8_Click" Style="color: black">Updation</asp:LinkButton><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</div>
</div>
</asp:Content>