设置checkBox复选框的大小
<asp:CheckBox ID="chbOpenOrClose" runat="server" Text="空中充值功能:" TextAlign="Left"
AutoPostBack="True" OnCheckedChanged="chbOpenOrClose_CheckedChanged" Style="zoom: 200%" />
工作时遇到的问题,记录一下!
<asp:CheckBox ID="chbOpenOrClose" runat="server" Text="空中充值功能:" TextAlign="Left"
AutoPostBack="True" OnCheckedChanged="chbOpenOrClose_CheckedChanged" Style="zoom: 200%" />
工作时遇到的问题,记录一下!