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=78022 --- shadow/78022 2006-04-10 22:26:42.000000000 -0400 +++ shadow/78022.tmp.18335 2006-04-11 03:03:35.000000000 -0400 @@ -32,6 +32,21 @@ Mono and then client selects first option, Mono think that no changes were made by client and doesn`t raise OnSelectedIndexChanged. ------- Additional Comments From [EMAIL PROTECTED] 2006-04-10 22:26 ------- Do you have a small test case for this? Reopen once you attach a test case. Thanks. + +------- Additional Comments From [EMAIL PROTECTED] 2006-04-11 03:03 ------- +I`ve already fix this problem. + +There was the problem in: +/mcs/class/System.Web/System.Web.UI.WebControls/ListControl.cs +at: +LoadViewState and SaveViewState + +Instead of: +#if NET_2_0 +where was: +#if !NET_2_0 + +Some kind of inverted boolean operation :) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
