17 lines
234 B
Text
17 lines
234 B
Text
|
<%@ Page Language="C#" %>
|
||
|
<script runat="server">
|
||
|
|
||
|
// Insert page code here
|
||
|
//
|
||
|
|
||
|
</script>
|
||
|
<html>
|
||
|
<head>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form runat="server">
|
||
|
<!-- Insert content here -->
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|