摘要:
新建一个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
阅读(257)
评论(2)
推荐(0)
浙公网安备 33010602011771号