[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 30 08:29: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 gianghu at gmail.com.

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

--- shadow/76706	2005-11-29 12:17:04.000000000 -0500
+++ shadow/76706.tmp.16600	2005-11-30 08:29:56.000000000 -0500
@@ -124,6 +124,16 @@
 
 
 
 ------- Additional Comments From gonzalo at ximian.com  2005-11-29 12:17 -------
 The problem is that we cannot add methods that are not there in the MS
 implementation.
+
+------- Additional Comments From gianghu at gmail.com  2005-11-30 08:29 -------
+Sorry, I dont know it was not implemented in MS 
+
+We could check Attributes["Value"] of CheckBox before call
+Attributes.AddAttrubutes (w)
+It it not null, we call:
+ + w.AddAttribute(HtmlTextWriterAttribute.Value, Attributes["Value"])
+ + Attributes.Remove("Value");
+


More information about the mono-bugs mailing list