[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
Fri Sep 8 12:22:21 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 tonyxgu at yahoo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79309

--- shadow/79309	2006-09-08 12:10:41.000000000 -0400
+++ shadow/79309.tmp.9791	2006-09-08 12:22:21.000000000 -0400
@@ -293,6 +293,18 @@
 Would you mind to post the screen shot here with the page has both
 "The method ddl1_OnSelectedIndexChanged is called." and "Your selected
 index is 0"? 
 If you could do that I will agaree to close it.
 
 Tony
+
+------- Additional Comments From tonyxgu at yahoo.com  2006-09-08 12:22 -------
+>Your workaround "if ( index != this.SelectedIndex || index == 0 )"
+>shows that SelectedIndex, respectively the Items collection,
+>doesn't persist its state on your machine. The workaround just
+>cures some obscure symptoms.
+Then how could you explain that all other SelectedIndex works expect
+"0" if the "doesn't persist its state on your machine"?
+I don't think this bug has anything to do with view state on or off.
+If your turns it off, every SelectedIndex won't work, right? This bug
+is all of SelectedIndex work fine, ***but only the FIRST one doesn't
+work***.


More information about the mono-bugs mailing list