資源簡介
非常好看的驗證碼 完整實例下載
代碼片段和文件信息
using?System;
using?System.IO;
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;
namespace?VerifyColorCode_51aspx
{
//該源碼下載自www.51aspx.com(51aspx.com)
????//51aspx實現彩色驗證碼
????public?partial?class?_Default?:?System.Web.UI.Page
????{
????????protected?void?Page_Load(object?sender?EventArgs?e)
????????{
????????????if?(!Page.IsPostBack)
????????????{
????????????????Response.Cookies.Add(new?HttpCookie(“CheckCode“?““));
????????????}
????????}
????????protected?void?Button1_Click(object?sender?EventArgs?e)
????????{
????????????if?(Request.Cookies[“CheckCode“]?==?null)
????????????{
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????20480??2007-04-29?11:22??驗證碼\google_check\bin\VerifyColorCode_51aspx.dll
?????文件??????26112??2007-04-29?11:22??驗證碼\google_check\bin\VerifyColorCode_51aspx.pdb
?????文件????????612??2007-06-26?03:09??驗證碼\google_check\ConversionReport.txt
?????文件???????1096??2009-04-02?15:31??驗證碼\google_check\Default.aspx
?????文件???????1506??2007-04-29?11:16??驗證碼\google_check\Default.aspx.cs
?????文件???????1928??2007-04-29?11:24??驗證碼\google_check\Default.aspx.designer.cs
?????文件??????20480??2007-04-29?11:22??驗證碼\google_check\obj\Debug\VerifyColorCode_51aspx.dll
?????文件??????26112??2007-04-29?11:22??驗證碼\google_check\obj\Debug\VerifyColorCode_51aspx.pdb
?????文件????????182??2007-04-29?11:22??驗證碼\google_check\obj\VerifyColorCode_51aspx.csproj.FileList.txt
?????文件???????1427??2007-04-29?09:31??驗證碼\google_check\Properties\AssemblyInfo.cs
?????文件????????472??2007-04-29?09:39??驗證碼\google_check\VerifyCode.aspx
?????文件???????9419??2007-06-26?03:16??驗證碼\google_check\VerifyCode.aspx.cs
?????文件????????559??2007-04-29?09:39??驗證碼\google_check\VerifyCode.aspx.designer.cs
?????文件???????7476??2009-04-02?15:56??驗證碼\google_check\Web.config
?????文件??????26222??2007-07-11?06:26??驗證碼\google_check.rar
?????目錄??????????0??2009-04-02?15:54??驗證碼\google_check\obj\Debug\TempPE
?????目錄??????????0??2009-04-02?15:54??驗證碼\google_check\obj\Debug
?????目錄??????????0??2009-04-02?15:54??驗證碼\google_check\bin
?????目錄??????????0??2009-04-02?15:54??驗證碼\google_check\obj
?????目錄??????????0??2009-04-02?15:54??驗證碼\google_check\Properties
?????目錄??????????0??2009-04-02?15:56??驗證碼\google_check
?????目錄??????????0??2009-04-02?15:54??驗證碼
-----------?---------??----------?-----??----
???????????????144083????????????????????22
- 上一篇:C#中使用開放平臺的流程
- 下一篇:C#開發網絡攝像機預覽視頻,云臺控制
評論
共有 條評論