[Mono-bugs] [Bug 76706][Nor] Changed - RadioButtonList SelectedValue property returns empty string

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 16 06:30:57 EST 2005


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 schwimmlehrer at hotmail.com.

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

--- shadow/76706	2005-11-15 05:24:31.000000000 -0500
+++ shadow/76706.tmp.26312	2005-11-16 06:30:57.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 76706
 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: jblais at perinfo.biz               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -37,6 +37,38 @@
  value of the selected item
 
 How often does this happen? 
  always
 
 Additional Information:
+
+------- Additional Comments From schwimmlehrer at hotmail.com  2005-11-16 06:30 -------
+Maybe this is a related problem, so I am taking the liberty to add it
+here. I have a RadioButtonList and get multi-select behaviour in the
+browser:
+
+ASPX:
+<asp:RadioButtonList id="gender" runat="server">
+<asp:ListItem value="2">weiblich</asp:ListItem>
+<asp:ListItem value="1">männlich</asp:ListItem>
+<asp:ListItem value="3">anderes</asp:ListItem>
+<asp:ListItem value="0">keine Angabe</asp:ListItem>
+</asp:RadioButtonList>
+
+HTML:
+<table id="gender" border="0">
+		<tbody><tr>
+			<td><span value="2"><input id="gender_0" name="gender_0"
+type="radio"><label for="gender_0">Weiblich</label></span></td>
+		</tr><tr>
+			<td><span value="1"><input id="gender_1" name="gender_1"
+checked="checked" type="radio"><label
+for="gender_1">Männlich</label></span></td>
+		</tr><tr>
+			<td><span value="3"><input id="gender_2" name="gender_2"
+type="radio"><label for="gender_2">Anders</label></span></td>
+
+		</tr><tr>
+			<td><span value="0"><input id="gender_3" name="gender_3"
+type="radio"><label for="gender_3">Keine Angabe</label></span></td>
+		</tr>
+	</tbody></table>


More information about the mono-bugs mailing list