|
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, "")); |