File: sample.aspx

package info (click to toggle)
ack 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,640 kB
  • sloc: perl: 10,148; ansic: 21; fortran: 11; makefile: 5; javascript: 3
file content (14 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<%
    example.Text = "Example";
%>

<html>
    <head>
        <title>Sample ASP.Net Page</title>
    </head>
    <body>
        <form runat='server'>
            <asp:Label runat='server' id='example'></asp:Label>
        </form>
    </body>
</html>