[Mono-bugs] [Bug 79309][Nor] Changed - The PostBack method does not work on the DropDownList if selected the first item

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Sep 7 16:52:44 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 robertj at gmx.net.

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 robertj at gmx.net  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.
+


More information about the mono-bugs mailing list