2010年10月18日

ashx生成验证码

摘要: using System.Web.SessionState; //用到sessionpublic class Validate : IHttpHandler,IRequiresSessionState //为要使用session实现的接口{ public void ProcessRequest (HttpContext context) { string checkCode = GetVali... 阅读全文

posted @ 2010-10-18 15:36 Paste 阅读(3064) 评论(0) 推荐(0)

关于vs连接access

摘要: 第一:连接字符串首先在web.config文件配置(Access2003和2007都一样)<connectionStrings><add name='DBPath' connectionString='~/App_Data/Web.mdb'/><!--数据库路径,前面的~必须保留--></connectionStrings>第二:连接字符串Acces... 阅读全文

posted @ 2010-10-18 15:18 Paste 阅读(1798) 评论(0) 推荐(0)

导航

< 2025年8月 >
27 28 29 30 31 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6
点击右上角即可分享
微信分享提示