LigerUI中,加载页面时,复选框默认选中了?
1个回答
展开全部
string[] selectArray = new string[5]{"2", "4", "9", "12", "17"}
foreach(string tag in selectArray)
{
string cboxID = string.Format("ck{0}", tag);
CheckBox cbox = this.Page.FindControl(cboxID) as CheckBox ;
if(cbox != null)
cbox.Checked = true;
}
foreach(string tag in selectArray)
{
string cboxID = string.Format("ck{0}", tag);
CheckBox cbox = this.Page.FindControl(cboxID) as CheckBox ;
if(cbox != null)
cbox.Checked = true;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询