<asp:RadioButton ID="RadioStop" runat="server" GroupName="rdoStatus" Text="项目中止" Checked="True" />         <asp:TextBox ID="TextBox2" runat="server" Width="30px" MaxLength="2"></asp:TextBox>在前台如何实现textbox Enabled 属性 随着RadioButton 的Checked 改变?
前台能不能直接取出RadioStop.Checked 的属性