B
brett
I tested this page
<%@ Page Language="C#" ContentType="text/html"
ResponseEncoding="iso-8859-1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>
<body>
<p>This page was created at <b>
<%= Time %>
</b> on the computer running ASP.</p>
</body>
</html>
and no asp processing seems to be happeing here is the
result:
"This page was created at on the computer running ASP."
It displays the html , but not the asp
Does this help?
Man It sux being a noobie.
<%@ Page Language="C#" ContentType="text/html"
ResponseEncoding="iso-8859-1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>
<body>
<p>This page was created at <b>
<%= Time %>
</b> on the computer running ASP.</p>
</body>
</html>
and no asp processing seems to be happeing here is the
result:
"This page was created at on the computer running ASP."
It displays the html , but not the asp
Does this help?
Man It sux being a noobie.