随笔分类 -  验证码控件

验证码代码
摘要:image.aspx.cs文件内容 using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebContro... 阅读全文

posted @ 2009-04-06 13:30 智者生存 阅读(407) 评论(0) 推荐(0)

生成验证码控件代码
摘要:生成图片验证码页面createImg.aspx,验证页面Default.aspx。 CreateImg.aspx页面使用的各个函数如下: string getRandomValidate(int len) 得到随机长度为len的字符串 drawLine(Graphics gfc,Bitmap img) 在图片中画底... 阅读全文

posted @ 2009-04-06 13:13 智者生存 阅读(332) 评论(0) 推荐(0)

asp.net为控件动态添加事件
摘要:实现的功能是在网页上的Panel中动态添加一个Button,并为这个Button写一个单击事件。动态添加控件的事件,语句: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Control.Command += new CommandEven... 阅读全文

posted @ 2009-04-04 14:29 智者生存 阅读(1250) 评论(1) 推荐(0)