AuthenticationCode验证码的使用

1:将该插件的引用到项目中

2:在工具箱里拖控件  

3:验证控件:
                string sess;
                sess = (string)HttpContext.Current.Session["AuthenticationCode"];
    如果在.axsh中使用这控件

需要添加 1: using System.Web.SessionState;

       2:在IHttpHandler后添加 IRequiresSessionState

posted on 2012-03-25 00:07  譕?  阅读(338)  评论(0编辑  收藏  举报

导航