首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

CheckListBox 的小有关问题

2011-12-25 
CheckListBox 的小问题怎么在初始化CheckListBox时使得它的某一项已经被选中?找不到怎么给值....[解决办法

CheckListBox 的小问题
怎么在初始化CheckListBox时

使得它的某一项已经被选中?

找不到怎么给值....

[解决办法]
<asp:CheckBoxList ID= "aa " runat= "server ">
<asp:ListItem Text= "1 "> </asp:ListItem>
<asp:ListItem Text= "2 "> </asp:ListItem>
<asp:ListItem Text= "3 "> </asp:ListItem>
</asp:CheckBoxList>

aa.SelectedIndex = 0;
aa.SelectedValue = "2 ";
[解决办法]
msdn

好好学学……

热点排行