-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlock.aspx
More file actions
59 lines (56 loc) · 2.49 KB
/
Copy pathBlock.aspx
File metadata and controls
59 lines (56 loc) · 2.49 KB
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
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Block.aspx.vb" Inherits="Block" %>
<!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 runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div style="font-weight: bold; font-size: 15px; background-image: url(Project Data/Nature/img6.jpg); color: yellow; font-family: 'Arial Narrow'">
<br />
<br />
<br />
<br />
Block id
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox><br />
<br />
Block Name
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox><br />
<br />
District id
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><br />
<br />
<br />
<br />
<asp:Button ID="Button1" runat="server" Text="Update" style="font-weight: bold; font-size: 15px; color: black" />
<asp:Button ID="Button2" runat="server" Text="Delete" style="font-weight: bold; font-size: 15px; color: black" />
<asp:Button ID="Button3" runat="server" Text="Save" style="font-weight: bold; font-size: 15px; color: black" /><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</div>
</form>
</body>
</html>