您当前的位置: 首页 >  .net

[Asp.Net]无刷新验证码

发布时间:2012-07-25 08:51:41 ,浏览量:0

VerifyCode.aspx:

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.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Drawing;

namespace VerifyColorCode_51aspx
{
    public partial class VerifyCode : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {

                VerifyCode v = new VerifyCode();

                v.Length = this.length;
                v.FontSize = this.fontSize;
                v.Chaos = this.chaos;
                v.BackgroundColor = this.backgroundColor;
                v.ChaosColor = this.chaosColor;
                v.CodeSerial = this.codeSerial;
                v.Colors = this.colors;
                v.Fonts = this.fonts;
                v.Padding
关注
打赏
1688896170
查看更多评论

暂无认证

  • 0浏览

    0关注

    108697博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.0483s