摘要:
DropDownList在从数据库中得到数据源绑定后,添加一个"请选择"或"全部"之类的项 1:直接添加:<asp:ListItem Value="0">请选择</asp:ListItem>,然后在DropDownList中添加一个属性: AppendDataBoundItems="True" : 阅读全文
posted @ 2016-05-18 14:09
"茶树"
阅读(530)
评论(0)
推荐(0)
|
摘要:
DropDownList在从数据库中得到数据源绑定后,添加一个"请选择"或"全部"之类的项 1:直接添加:<asp:ListItem Value="0">请选择</asp:ListItem>,然后在DropDownList中添加一个属性: AppendDataBoundItems="True" : 阅读全文
posted @ 2016-05-18 14:09
"茶树"
阅读(530)
评论(0)
推荐(0)
|