[Mono-bugs] [Bug 80992][Wis] New - DataList and Items.Count.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Mar 1 10:03:58 EST 2007


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 marc.schneider at ac-nancy-metz.fr.

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

--- shadow/80992	2007-03-01 10:03:58.000000000 -0500
+++ shadow/80992.tmp.12884	2007-03-01 10:03:58.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 80992
+Product: Mono: Class Libraries
+Version: 1.2
+OS: SUSE 9.2
+OS Details: OpenSuse 10.2
+Status: NEW   
+Resolution: 
+Severity: 040 One week
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com                            
+ReportedBy: marc.schneider at ac-nancy-metz.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DataList and Items.Count.
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+Items.Count is double of Items.Count
+
+Steps to reproduce the problem:
+1. 
+  create a aspx page with DataList, bind it with somme data
+2. 
+  see what send myDataList.Items.Count
+
+Actual Results:
+
+  Items.Count send the double of the lignes count
+
+Expected Results:
+
+  Items.Count send the good count of lignes
+
+How often does this happen? 
+
+  on each DataList 
+
+Additional Information:
+
+  we can turn arround with 
+myDataList.DataKeys.Count that send the good number of lignes


More information about the mono-bugs mailing list