資源簡介
C#網上招聘系統 是我從別人那下的 和大家分享一下
我沒有打開

代碼片段和文件信息
using?System;
using?System.Collections;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Web;
using?System.Web.SessionState;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.HtmlControls;
namespace?OnlineJob
{
///?
///?WebForm3?的摘要說明。
///?
public?class?WebForm3?:?System.Web.UI.Page
{
private?void?Page_Load(object?sender?System.EventArgs?e)
{
//?在此處放置用戶代碼以初始化頁面
}
#region?Web?窗體設計器生成的代碼
override?protected?void?OnInit(EventArgs?e)
{
//
//?CODEGEN:?該調用是?ASP.NET?Web?窗體設計器所必需的。
//
InitializeComponent();
base.OnInit(e);
}
///?
///?設計器支持所需的方法?-?不要使用代碼編輯器修改
///?此方法的內容。
///?
private?void?InitializeComponent()
{????
this.Load?+=?new?System.EventHandler(this.Page_Load);
}
#endregion
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1733??2002-01-30?13:04??OnlineJob\Global.asax.resx
?????文件????????916??2008-12-04?17:30??OnlineJob\OnlineJob.sln
????..A..H.?????19968??2008-12-04?17:30??OnlineJob\OnlineJob.suo
?????文件???????5317??2008-05-16?10:29??OnlineJob\test.aspx.resx
?????文件???????1604??2008-05-20?15:02??OnlineJob\main.aspx
?????文件????????966??2008-05-20?15:02??OnlineJob\main.aspx.cs
?????文件???????5317??2008-05-20?15:02??OnlineJob\main.aspx.resx
?????文件??????????8??2008-05-16?08:57??OnlineJob\vs-97846540829931247_tmp.htm
?????文件???????1891??2008-12-04?17:30??OnlineJob\UpgradeLog.xm
?????文件???????1856??2008-12-10?10:20??OnlineJob\UpgradeLog2.xm
?????文件??????22872??2008-12-10?10:20??OnlineJob\ConversionReport.txt
?????文件?????????62??2008-12-10?10:20??OnlineJob\Global.asax
?????文件???????1121??2008-12-10?10:20??OnlineJob\test.aspx.cs
?????文件???????1532??2008-12-10?10:20??OnlineJob\test.aspx
?????文件???????3045??2008-12-10?10:20??OnlineJob\Web.config
?????文件???????1380??2008-12-10?10:20??OnlineJob\App_Code\Global.asax.cs
?????文件???????2115??2008-12-10?10:20??OnlineJob\App_Code\AssemblyInfo.cs
?????文件???????3348??2008-12-10?10:20??OnlineJob\_UpgradeReport_Files\UpgradeReport.css
?????文件?????????69??2008-12-10?10:20??OnlineJob\_UpgradeReport_Files\UpgradeReport_Minus.gif
?????文件?????????71??2008-12-10?10:20??OnlineJob\_UpgradeReport_Files\UpgradeReport_Plus.gif
?????文件??????12218??2005-11-12?03:18??OnlineJob\_UpgradeReport_Files\UpgradeReport.xslt
?????文件????????930??2008-05-28?15:02??OnlineJob\Backup\OnlineJob.sln
????..A..H.?????10240??2008-05-28?15:55??OnlineJob\Backup\OnlineJob.suo
?????文件????????932??2008-12-10?10:20??OnlineJob\OnlineJobhome\WebForm2.aspx.cs
?????文件???????6317??2008-12-10?10:20??OnlineJob\OnlineJobhome\webform2.aspx
?????文件???????5317??2008-05-26?15:04??OnlineJob\OnlineJobhome\OnlineJobHome.aspx.resx
?????文件???????5317??2008-05-26?17:25??OnlineJob\OnlineJobhome\Register.aspx.resx
?????文件???????5317??2008-05-26?14:45??OnlineJob\OnlineJobhome\SearchMessage.aspx.resx
?????文件???????5317??2008-05-26?17:26??OnlineJob\OnlineJobhome\UpdatePwd.aspx.resx
?????文件???????1733??2002-01-30?13:04??OnlineJob\OnlineJobhome\Exit1.aspx.resx
............此處省略212個文件信息
評論
共有 條評論