[Mono-bugs] [Bug 50155][Nor] New - Rpeater - Wrong behavior For empty DataSource

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 27 Oct 2003 04:49:54 -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 yaronsh@mainsoft.com.

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

--- shadow/50155	2003-10-27 04:49:54.000000000 -0500
+++ shadow/50155.tmp.25365	2003-10-27 04:49:54.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 50155
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yaronsh@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Rpeater - Wrong behavior For empty DataSource
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+When invalid (Not enumerable variable) is inserted into the DataSource We 
+get an empty page instead ArgumentException.
+
+Steps to reproduce the problem:
+1. Open the attahced aspx 
+
+Actual Results:
+Empty page without repeater rendered into it.
+
+Expected Results:
+A System.ArgumentException.
+
+Exception Details: System.ArgumentException: An invalid data source is 
+being used for Repeater1. A valid data source must implement either 
+IListSource or IEnumerable.
+
+How often does this happen? 
+Always