[Monodevelop-patches-list] r1797 - trunk/md-website/tmp
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Mon Jun 21 15:36:27 EDT 2004
Author: deboald
Date: 2004-06-21 15:36:27 -0400 (Mon, 21 Jun 2004)
New Revision: 1797
Added:
trunk/md-website/tmp/jail.aspx
Log:
Test
Added: trunk/md-website/tmp/jail.aspx
===================================================================
--- trunk/md-website/tmp/jail.aspx 2004-06-21 16:31:06 UTC (rev 1796)
+++ trunk/md-website/tmp/jail.aspx 2004-06-21 19:36:27 UTC (rev 1797)
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" %>
+
+<html>
+<head>
+ <title>Does xsp jail me?</title>
+
+<script runat="server">
+void Page_Load()
+{
+ label1.Text = "label text";
+}
+</script>
+
+</head>
+
+<body>
+
+<h2>does it jail me</h2>
+
+<label runat="server" id="label1" />
+
+</body>
+</html>
More information about the Monodevelop-patches-list
mailing list