-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFinalInfo.aspx
91 lines (86 loc) · 2.98 KB
/
FinalInfo.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="FinalInfo.aspx.vb" Inherits="info" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.auto-style1 {
width: 1340px;
height: 662px;
}
.auto-style2 {
position: absolute;
top: 180px;
left: 1092px;
z-index: 1;
width: 179px;
height: 47px;
font-size: x-large;
}
.auto-style3 {
text-align: center;
}
.auto-style4 {
position: absolute;
top: 283px;
left: 1099px;
z-index: 1;
width: 158px;
height: 55px;
}
.auto-style5 {
position: absolute;
top: 386px;
left: 1076px;
z-index: 1;
width: 199px;
height: 38px;
}
.auto-style7 {
position: absolute;
top: 564px;
left: 1128px;
z-index: 1;
width: 119px;
height: 42px;
}
.auto-style8 {
position: absolute;
top: 481px;
left: 1126px;
z-index: 1;
width: 123px;
height: 29px;
}
.auto-style9 {
position: absolute;
top: 26px;
left: 1175px;
z-index: 1;
width: 153px;
height: 39px;
font-size: x-large;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div class="auto-style3">
<div class="auto-style3">
<strong>
<asp:Button ID="Button1" runat="server" CssClass="auto-style9" Text="Logout" BackColor="Transparent" ForeColor="White" />
</strong>
<img alt="" class="auto-style1" src="payment.jpg" /><asp:DropDownList ID="DropDownList1" runat="server" CssClass="auto-style8" Font-Bold="True" Font-Size="Large">
<asp:ListItem>--Select--</asp:ListItem>
<asp:ListItem>Debit card/Credit Card</asp:ListItem>
<asp:ListItem>Paytm</asp:ListItem>
</asp:DropDownList>
<asp:Button ID="proceed" runat="server" CssClass="auto-style7" Font-Bold="True" Font-Size="Large" Text="Proceed" />
<asp:Label ID="Label1" runat="server" CssClass="auto-style2" Font-Bold="True" Font-Names="Kristen ITC" Font-Size="X-Large" ForeColor="Yellow"></asp:Label>
</div>
<asp:Label ID="Label2" runat="server" CssClass="auto-style4" Font-Bold="True" Font-Names="Kristen ITC" Font-Size="X-Large" ForeColor="Yellow" Text="Label"></asp:Label>
<asp:Label ID="Label3" runat="server" CssClass="auto-style5" Font-Bold="True" Font-Names="Kristen ITC" Font-Size="X-Large" ForeColor="Yellow" Text="Label"></asp:Label>
</div>
</form>
</body>
</html>