[Mono-bugs] [Bug 481250] New: DataPager throw an exception on SetPageProperties

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 2 18:55:53 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=481250


           Summary: DataPager throw an exception on SetPageProperties
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: PascalFresnay at free.fr
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=276560)
 --> (https://bugzilla.novell.com/attachment.cgi?id=276560)
test case

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.1b2)
Gecko/20081201 Firefox/3.1b2

An exception occured when naviguate with DataPager Previous/Next links


Reproducible: Always

Steps to Reproduce:
1. run test case (see attachment)
2. click "next" link
3. click "previous" link
Actual Results:  
Argument is out of range.
Parameter name: maximumRows

Description: HTTP 500. Error processing request.

Stack Trace:

System.ArgumentOutOfRangeException: Argument is out of range.
Parameter name: maximumRows
  at System.Web.UI.WebControls.ListView.SetPageProperties (Int32 startRowIndex,
Int32 maximumRows, Boolean databind) [0x00000] 
  at
System.Web.UI.WebControls.ListView.System.Web.UI.WebControls.IPageableItemContainer.SetPageProperties
(Int32 startRowIndex, Int32 maximumRows, Boolean databind) [0x00000] 
  at System.Web.UI.WebControls.DataPager.SetPageProperties (Int32
startRowIndex, Int32 maximumRows, Boolean databind) [0x00000] 
  at ASP.default_aspx.ListView1_PagePropertiesChanging (System.Object sender,
System.Web.UI.WebControls.PagePropertiesChangingEventArgs e) [0x00000] 
  at
System.Web.UI.WebControls.ListView.InvokeEvent[PagePropertiesChangingEventArgs]
(System.Object key, System.Web.UI.WebControls.PagePropertiesChangingEventArgs
args) [0x00000] 
  at System.Web.UI.WebControls.ListView.OnPagePropertiesChanging
(System.Web.UI.WebControls.PagePropertiesChangingEventArgs e) [0x00000] 
  at System.Web.UI.WebControls.ListView.SetPageProperties (Int32 startRowIndex,
Int32 maximumRows, Boolean databind) [0x00000] 
  at
System.Web.UI.WebControls.ListView.System.Web.UI.WebControls.IPageableItemContainer.SetPageProperties
(Int32 startRowIndex, Int32 maximumRows, Boolean databind) [0x00000] 
  at System.Web.UI.WebControls.DataPager.SetPageProperties (Int32
startRowIndex, Int32 maximumRows, Boolean databind) [0x00000] 
  at System.Web.UI.WebControls.NextPreviousPagerField.HandleEvent
(System.Web.UI.WebControls.CommandEventArgs e) [0x00000] 
  at System.Web.UI.WebControls.DataPager.OnBubbleEvent (System.Object source,
System.EventArgs e) [0x00000] 
  at System.Web.UI.Control.RaiseBubbleEvent (System.Object source,
System.EventArgs args) [0x00000] 
  at System.Web.UI.WebControls.DataPagerFieldItem.OnBubbleEvent (System.Object
source, System.EventArgs e) [0x00000] 
  at System.Web.UI.Control.RaiseBubbleEvent (System.Object source,
System.EventArgs args) [0x00000] 
  at System.Web.UI.WebControls.LinkButton.OnCommand
(System.Web.UI.WebControls.CommandEventArgs e) [0x00000] 
  at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent (System.String
eventArgument) [0x00000] 
  at
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent
(System.String ea) [0x00000] 
  at System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler
sourceControl, System.String eventArgument) [0x00000] 
  at System.Web.UI.Page.RaisePostBackEvents () [0x00000] 
  at System.Web.UI.Page.ProcessRaiseEvents () [0x00000] 
  at System.Web.UI.Page.InternalProcessRequest () [0x00000] 
  at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context)
[0x00000] 

Expected Results:  
no exception

-- 
Configure bugmail: https://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