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=79309 --- shadow/79309 2006-09-07 14:10:46.000000000 -0400 +++ shadow/79309.tmp.18819 2006-09-07 16:52:44.000000000 -0400 @@ -138,6 +138,14 @@ add the additional logic for the first item. The workaround in my project now is to change the logic on line 203 as: if ( index != this.SelectedIndex || index == 0 ) { + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-07 16:52 ------- +Either you have EnableViewState = 'false' or something (proxy?) +is filtering the __VIEWSTATE hidden field from the page. + +I can reproduce it by setting the property EnableViewState = 'false' of +the control or of the page. Same with MS.NET. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
