上一页 1 ··· 19 20 21 22 23

2008年4月11日

asp.net中多文件上传的问题

摘要: uploadMoreFile.aspx : 无标题页 ... 阅读全文

posted @ 2008-04-11 14:19 鱼跃于渊 阅读(108) 评论(0) 推荐(0) 编辑

2008年4月8日

添加html内容(insertAdjacentHTML和insertAdjacentText)

摘要: 添加html内容(insertAdjacentHTML和insertAdjacentText) dhtml提供了两个方法来进行添加,insertAdjacentHTML和insertAdjacentText insertAdjacentHTML方法:在指定的地方插入html标签语句。 原型:insertAdjacentHTML(swhere,stext) 参数: ... 阅读全文

posted @ 2008-04-08 21:59 鱼跃于渊 阅读(189) 评论(0) 推荐(0) 编辑

2008年4月7日

如何使用webconfig配置数据库连接字符串

摘要: SqlConnection sqlcon = new SqlConnection(ConfigurationManager.AppSettings["ConnectionString"]); //读取config文件中的字符串 阅读全文

posted @ 2008-04-07 21:50 鱼跃于渊 阅读(234) 评论(0) 推荐(0) 编辑

上一页 1 ··· 19 20 21 22 23

导航