摘要: ListItemCollection myListItemCollection = new ListItemCollection();// Creates an array of ListItems that are used to populate the collection. System.Web.UI.WebControls.ListItem[] newListItemArray = new ListItem[tempDataTable.Count];// Populates the array of ListItems with generic data.for (int i=... 阅读全文
posted @ 2008-06-26 06:57 jianfangkk 阅读(695) 评论(0) 推荐(0) 编辑