[Mono-bugs] [Bug 71856][Nor] New - ASP.NET: Problem with parsing tbody as HtmlGenericControl

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 27 Jan 2005 08:08:25 -0500 (EST)


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 m@pernecky.sk.

http://bugzilla.ximian.com/show_bug.cgi?id=71856

--- shadow/71856	2005-01-27 08:08:24.000000000 -0500
+++ shadow/71856.tmp.13256	2005-01-27 08:08:24.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 71856
+Product: Mono: Class Libraries
+Version: 1.0
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: m@pernecky.sk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ASP.NET: Problem with parsing tbody as HtmlGenericControl
+
+When making tbody element a server control, System.Web.UI.ControlBuilder 
+returns an error, this works for most other HTML elements (div, td ...) 
+without any problems.
+
+<%@ Page%>
+<html>
+<body>
+<table>
+<tbody runat="server" id="C">
+<tr><td>TEST</td></tr>
+</tbody>
+</table>
+</body>
+</html>
+
+Actual Results:
+
+Parser Error
+Description: Error parsing a resource required to service this request. 
+Error message: Expecting </tbody>System.Web.UI.ControlBuilder