[Mono-bugs] [Bug 50236][Nor] New - DataGrid - PageButtonCount - Fix is provided
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 28 Oct 2003 10:18:15 -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=50236
--- shadow/50236 2003-10-28 10:18:15.000000000 -0500
+++ shadow/50236.tmp.11260 2003-10-28 10:18:15.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 50236
+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: DataGrid - PageButtonCount - Fix is provided
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+When a PagerStyle, PageButtonCount property (in DataGrid) gets a negative
+value it sets it automatically to 10 instead of throwing
+System.ArgumentOutOfRangeException like MS does
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+
+Actual Results:
+The page is loaded, PageButtonCount value is 10
+
+Expected Results:
+System.ArgumentOutOfRangeException
+
+How often does this happen?
+Always