[Mono-bugs] [Bug 535701] New: ASP.NET ListView incorrect calculate TotalRowCount, while create child controls

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Aug 31 14:10:57 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=535701


           Summary: ASP.NET ListView incorrect calculate TotalRowCount,
                    while create child controls
    Classification: Mono
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: padavan at waveaccess.kiev.ua
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.1.2)
Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)

DataPager displays only one page, in case when the data source for the ListView
is ObjectDataSource. This is due to the fact that the ListView incorrectly
calculate TotalRowCount in the method CreateChildControls (Enumerable data,
bool databinding)

Reproducible: Always

Steps to Reproduce:
1.Run Page from Attachment
2.See problem with DataPager
3.
Actual Results:  
TotalRowCount = 10

Expected Results:  
TotalRowCount = 13

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list