[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
Wed Sep 6 18:16:28 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-06 17:50:09.000000000 -0400
+++ shadow/79309.tmp.26317 2006-09-06 18:16:28.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 79309
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo at ximian.com
ReportedBy: tonyxgu at yahoo.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -70,6 +70,14 @@
{
this.Response.Output.WriteLine("The method
ddl1_OnSelectedIndexChanged is called.");
label1.Text = "Your selected index is " + ddl1.SelectedIndex;
}
</script>
+
+------- Additional Comments From robertj at gmx.net 2006-09-06 18:16 -------
+I can't reproduce it (ASP.NET 1.1, 1.1.13.8 and 1.1.17.1)
+
+Note that a postback will not be performed if the selection
+doesn't change, for example if you launch the sample page
+and select "A". That's by design.
+
More information about the mono-bugs
mailing list