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 阅读(3063) 评论(0) 推荐(0)