08 2006 档案

xp自动登录
摘要: 阅读全文

posted @ 2006-08-31 10:36 路人 阅读(89) 评论(0) 推荐(0)

下拉列表绑定
摘要:下拉列表框里面用数椐库里的"分类"记录进行了绑定: Dim dr As SqlDataReader dr = comm.ExecuteReader dropdown.DataSource = dr ... 阅读全文

posted @ 2006-08-28 16:34 路人 阅读(271) 评论(0) 推荐(0)

DropDownList绑定参考1
摘要:' DataSource=""> //代码中 //数据源 public DataTable GetDeptInfo() { return table; } //默认绑定索引 public int GetDeptIndex(string oid) { ... 阅读全文

posted @ 2006-08-28 16:29 路人 阅读(106) 评论(0) 推荐(0)

上传图片生成缩略图(转)
摘要://生成缩略图功能。 using System; using System.IO; using System.Web; using System.Web.UI.HtmlControls; namespace MyUplod { /// /// 上传类。 /// public class Upload { private int ... 阅读全文

posted @ 2006-08-28 11:37 路人 阅读(307) 评论(0) 推荐(0)

导航