[Mono-bugs] [Bug 78330][Nor] Changed - [2.0] Incorrect enumeration member values for DataControlRowState
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Sep 9 23:04:58 EDT 2006
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 grendello at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78330
--- shadow/78330 2006-09-08 16:27:05.000000000 -0400
+++ shadow/78330.tmp.13392 2006-09-09 23:04:58.000000000 -0400
@@ -29,6 +29,13 @@
DataControlRowState.cs.diff
------- Additional Comments From gonzalo at ximian.com 2006-09-08 16:27 -------
DataControlRowState.Normal is 0 under MS so that problem should be
fixed in other way.
+
+------- Additional Comments From grendello at gmail.com 2006-09-09 23:04 -------
+The patch attached below solves the problem in a different way - it
+compares the row state with the Alternate bit masked out (see
+http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.datacontrolrowstate.aspx)
+for equality with zero (which is the value assigned to the Normal state)
+
More information about the mono-bugs
mailing list