会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
我的学习笔记
首页
联系
管理
订阅
2007年12月20日
DropDownList--下拉菜单
摘要: 1、ArrayList数据列表(使用数据列表必须引入using System.Collections命名空间) protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { ArrayList arrl = new ArrayList(); ...
阅读全文
posted @ 2007-12-20 20:52 吴有鋆
阅读(198)
评论(0)
推荐(0)
编辑