Skip to content

Commit 3f313b4

Browse files
authored
ASP.NET [IMPORT]
Imported the ASP.NET directory, containing 10 files in various formats.
1 parent d6e75e8 commit 3f313b4

10 files changed

+2472
-0
lines changed

ASP.NET/!ASP.NET_HOME.html

+1,168
Large diffs are not rendered by default.

ASP.NET/!ASP.NET_HOME_Snapshot1.html

+1,168
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<%@ Page Language="C#" debug="true" trace="false"%>
2+
<html>
3+
<head>
4+
<title></title>
5+
<script runat="server">
6+
// ASP.NET page code goes here
7+
void Page_Load() {
8+
//On Page Load Run this Code
9+
}
10+
</script>
11+
</head>
12+
<body>
13+
<form runat="server">
14+
<!-- ASP.NET controls go here -->
15+
</form>
16+
</body>
17+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<%@ Page Language="C#" debug="true" trace="false"%>
2+
<html>
3+
<head>
4+
<title></title>
5+
<script runat="server">
6+
// ASP.NET page code goes here
7+
void Page_Load() {
8+
//On Page Load Run this Code
9+
}
10+
</script>
11+
</head>
12+
<body>
13+
<form runat="server">
14+
<!-- ASP.NET controls go here -->
15+
</form>
16+
</body>
17+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<%@ Page Language="VB" %>
2+
<html>
3+
<head>
4+
<title></title>
5+
<script runat="server">
6+
' ASP.NET page code goes here
7+
Sub Page_Load()
8+
'On Page Load Run this code
9+
End Sub
10+
</script>
11+
</head>
12+
<body>
13+
<form runat="server">
14+
<!-- ASP.NET controls go here -->
15+
</form>
16+
</body>
17+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<%@ Page Language="VB" %>
2+
<html>
3+
<head>
4+
<title></title>
5+
<script runat="server">
6+
' ASP.NET page code goes here
7+
Sub Page_Load()
8+
'On Page Load Run this code
9+
End Sub
10+
</script>
11+
</head>
12+
<body>
13+
<form runat="server">
14+
<!-- ASP.NET controls go here -->
15+
</form>
16+
</body>
17+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<%@ Page Language="C#" debug="true" trace="false"%>
2+
<html>
3+
<head>
4+
<title></title>
5+
<script runat="server">
6+
// ASP.NET page code goes here
7+
void Page_Load() {
8+
//On Page Load Run this Code
9+
}
10+
</script>
11+
</head>
12+
<body>
13+
<form runat="server">
14+
<!-- ASP.NET controls go here -->
15+
</form>
16+
</body>
17+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<%@ Page Language="C#" debug="true" trace="false"%>
2+
<html>
3+
<head>
4+
<title></title>
5+
<script runat="server">
6+
// ASP.NET page code goes here
7+
void Page_Load() {
8+
//On Page Load Run this Code
9+
}
10+
</script>
11+
</head>
12+
<body>
13+
<form runat="server">
14+
<!-- ASP.NET controls go here -->
15+
</form>
16+
</body>
17+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<%@ Page Language="VB" %>
2+
<html>
3+
<head>
4+
<title></title>
5+
<script runat="server">
6+
' ASP.NET page code goes here
7+
Sub Page_Load()
8+
'On Page Load Run this code
9+
End Sub
10+
</script>
11+
</head>
12+
<body>
13+
<form runat="server">
14+
<!-- ASP.NET controls go here -->
15+
</form>
16+
</body>
17+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<%@ Page Language="VB" %>
2+
<html>
3+
<head>
4+
<title></title>
5+
<script runat="server">
6+
' ASP.NET page code goes here
7+
Sub Page_Load()
8+
'On Page Load Run this code
9+
End Sub
10+
</script>
11+
</head>
12+
<body>
13+
<form runat="server">
14+
<!-- ASP.NET controls go here -->
15+
</form>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)