[Mono-bugs] [Bug 52179][Nor] New - Repeater.DataBind() without Repeater.DataSource assign causes extra Header and footer

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 15 Dec 2003 07:20:58 -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 along@mainsoft.com.

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

--- shadow/52179	2003-12-15 07:20:58.000000000 -0500
+++ shadow/52179.tmp.23908	2003-12-15 07:20:58.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 52179
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: along@mainsoft.com                            
+ReportedBy: along@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Repeater.DataBind() without Repeater.DataSource assign causes extra Header and footer
+
+Description of Problem:
+Binding repeater control Repeater.DataBind() without placing any data 
+source in Repeater.DataSource will output Header template and then Footer 
+template.
+
+Steps to reproduce the problem:
+1. Open the attached aspx file.
+
+Actual Results:
+"plain text header template" will appear.
+
+Expected Results:
+An empty page
+
+How often does this happen? 
+Always
+
+Additional Information: