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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
