2016年9月12日

摘要: 一、C#中FindByValue函数的用法:ListItem item = DropDownList1.Items.FindByValue(theme);根据指定的值("theme")获取 DropDownList 中对应的项。二、FindControl的使用方法:Control.FindContr 阅读全文
posted @ 2016-09-12 11:02 Better_ZYQ 阅读(8076) 评论(0) 推荐(0)

导航