[Mono-bugs] [Bug 78745][Wis] New - Page & Items
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jul 1 17:14:48 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by pre at oninetspeed.pt.
http://bugzilla.ximian.com/show_bug.cgi?id=78745
--- shadow/78745 2006-07-01 17:14:48.000000000 -0400
+++ shadow/78745.tmp.18029 2006-07-01 17:14:48.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 78745
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: pre at oninetspeed.pt
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Page & Items
+
+System.Web.UI.Page should have an Items property:
+http://msdn2.microsoft.com/en-us/library/system.web.ui.page_members.aspx
+
+When compiling the following in mono 1.1.15:
+using System;
+using System.Web.UI;
+public class MyClass : Page
+{
+ public MyClass()
+ {
+ Items["zen"] = "then";
+ }
+
+}
+
+I get:
+[Task:File=/home/pre/temp/pageitems/pageitems/MyClass.cs, Line=8, Column=3,
+Type=Error, Description=The name `Items' does not exist in the context of
+`MyClass'(CS0103)
More information about the mono-bugs
mailing list