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=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 [EMAIL PROTECTED] 2006-09-08 16:27 ------- DataControlRowState.Normal is 0 under MS so that problem should be fixed in other way. + +------- Additional Comments From [EMAIL PROTECTED] 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) + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
