private void BindDropDownList(DropDownList drop,List<Model.City>list)
{
for(int i=0;i <list.count;i++)
{
drop.Items.Add(new listitem(list[i].name,list[i].Id));
}
}
//默认选中某一项,作为当前项
private void DropDwonListIndex_Bind(DropDownList drop,string name)
{
for (int i=0;i<drop.items.count;i++)
{
if(drop.text==name)
{
drop.selectedIndex=i;
}
}
}
转载于:https://www.cnblogs.com/xiaochen88/archive/2012/12/26/2833439.html
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/110243.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...