View | Details | Raw Unified | Return to bug 313044
Collapse All | Expand All

(-)C:\Old\mcs\class\System.Web\System.Web.UI.WebControls\RadioButton.cs (+3 lines)
Lines 59-64 Link Here
59
			if (Checked)
59
			if (Checked)
60
				writer.AddAttribute (HtmlTextWriterAttribute.Checked, "checked");
60
				writer.AddAttribute (HtmlTextWriterAttribute.Checked, "checked");
61
61
62
			if(!Enabled)
63
				writer.AddAttribute( HtmlTextWriterAttribute.Disabled, "disabled");
64
62
			if (AutoPostBack){
65
			if (AutoPostBack){
63
				writer.AddAttribute (HtmlTextWriterAttribute.Onclick,
66
				writer.AddAttribute (HtmlTextWriterAttribute.Onclick,
64
						     Page.GetPostBackClientEvent (this, ""));
67
						     Page.GetPostBackClientEvent (this, ""));

Return to bug 313044