[Mono-bugs] [Bug 66507][Cri] Changed - ASP.NET Label controls is not being rendered
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Sep 2004 23:31:55 -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 rogerio.araujo@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66507
--- shadow/66507 2004-09-22 20:24:40.000000000 -0400
+++ shadow/66507.tmp.29206 2004-09-22 23:31:54.000000000 -0400
@@ -45,6 +45,17 @@
Thanx,
Sanjay
------- Additional Comments From gonzalo@ximian.com 2004-09-22 20:24 -------
Needs test case.
+
+------- Additional Comments From rogerio.araujo@gmail.com 2004-09-22 23:31 -------
+What's the correct syntax? Using camel case or pascal case? My test
+doens't works because the first letter of label tag was in uppercase,
+but sometimes the tag for some controls start with the first letter in
+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 />