跟小D每日学口语
摘要: http://mobile.51cto.com/android-227548.htm 阅读全文
posted @ 2011-07-28 13:53 Danny Chen 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 引用彩色鱼 & 软件开发 的 几种绑定DropdownList的方法第一种,把Array数组绑到dropdownlist程序代码 string[] Month =new string[7]{ "January", "February", "March", "April", "May", "June", "July" }; this.DropDownList1.DataSource = Month; this.DropDownList1.DataBi 阅读全文
posted @ 2011-07-28 10:26 Danny Chen 阅读(259) 评论(0) 推荐(0) 编辑