享受自由与创造的乐趣!

I LOVE THIS GAME

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

随笔分类 -  ASP.NET

摘要://将ArrayList中的ListItem绑定到DropDownList中 publicvoidDropDownListDisplay(ArrayListInput,DropDownListInputddl,stringCompareValue) { for(inti=0;i<Input.Count;i++) { ListItemaItem=Input[i]asListItem; Inpu... 阅读全文
posted @ 2005-09-10 15:46 helloworld84 阅读(871) 评论(0) 推荐(0)

摘要:本实例来自 msdn WebCast 阅读全文
posted @ 2005-08-27 21:36 helloworld84 阅读(1003) 评论(3) 推荐(0)

摘要:usingSystem;usingSystem.Collections;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Web;usingSystem.Web.SessionState;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;using... 阅读全文
posted @ 2005-08-22 14:11 helloworld84 阅读(2949) 评论(4) 推荐(0)