[Mono-bugs] [Bug 66507][Cri] Changed - ASP.NET Label controls is not being rendered
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 23 Sep 2004 00:06:26 -0400 (EDT)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66507
--- shadow/66507 2004-09-22 23:31:54.000000000 -0400
+++ shadow/66507.tmp.29817 2004-09-23 00:06:26.000000000 -0400
@@ -56,6 +56,9 @@
uppercase and others in lowercase, like this:
<asp:Label /> <!-- Doesn't works-->
<asp:label /> <!--Works-->
And for textbox the correct is:
<asp:TextBox /> and not <asp:textBox /> or <asp:textbox />
+
+------- Additional Comments From gonzalo@ximian.com 2004-09-23 00:06 -------
+It's case insensitive. Still need a test case...