会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yzx99
导航
博客园
首页
新随笔
管理
2008年7月21日
应该用什么理论来解释
摘要: 新建一个WEB应用程序,在界面上拉一个ListBox,然后在Page_Load代码中写入如下内容: ListItem oItem = new ListItem("编号", "BH"); ListBox1.Items.Add(oItem); oItem.Text = "名称"; oItem.Value = "MC"; ListBox1.It...
阅读全文
posted @ 2008-07-21 12:53 yzx99
阅读(253)
评论(2)
推荐(0)
编辑