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

CheckBoxList 多选 式样 jquery获取选择项 C#获取选择项

2013-09-08 
CheckBoxList 多选样式jquery获取选择项C#获取选择项 //使用平台string Platfrom string.Emptyforeach

CheckBoxList 多选 样式 jquery获取选择项 C#获取选择项

 //使用平台            string Platfrom = string.Empty;            foreach (ListItem li in this.ddlplatform.Items)            {                if (li.Selected)                {                    Platfrom += li.Text + ",";                }            }            Platfrom = Platfrom.TrimEnd(',');




热点排行