ArrayList school = new ArrayList();
            school.Add("北京大学");
            school.Add("清华大学");
            ddl.DataSource = school;
            ddl.DataBind();

其他 ddl 是控件DropDownList 对象,这个是用ArrayList 来对DropDownList的数据绑定简要例子
posted on 2006-12-08 23:11  努力建设我的管道!  阅读(511)  评论(1编辑  收藏  举报