91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4.08MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-08-17
  • 語言: ASP
  • 標簽: ASP源碼??

資源簡介

數字圖書館ASP源碼 含數據庫文件

資源截圖

代碼片段和文件信息

namespace?DigitalLibrary
{
using?System;
using?System.Data;
using?System.Drawing;
using?System.Web;
using?System.Web.UI.WebControls;
using?System.Web.UI.HtmlControls;

///?
/// Summary?description?for?Abstract.
///?

public?class?Abstract?:?System.Web.UI.UserControl
{
protected?System.Web.UI.WebControls.Button?btnAbsOK;
protected?System.Web.UI.WebControls.Label?lblAbstract;

private?void?Page_Load(object?sender?System.EventArgs?e)
{
//?Put?user?code?to?initialize?the?page?here
}

#region?Web?Form?Designer?generated?code
override?protected?void?OnInit(EventArgs?e)
{
//
//?CODEGEN:?This?call?is?required?by?the?ASP.NET?Web?Form?Designer.
//
InitializeComponent();
base.OnInit(e);
}

///?
/// Required?method?for?Designer?support?-?do?not?modify
/// the?contents?of?this?method?with?the?code?editor.
///?

private?void?InitializeComponent()
{
this.btnAbsOK.Click?+=?new?System.EventHandler(this.btnAbsOK_Click);
this.Load?+=?new?System.EventHandler(this.Page_Load);

}
#endregion

private?void?btnAbsOK_Click(object?sender?System.EventArgs?e)
{
this.lblAbstract.Text=““;
this.Visible?=?false;
}

public?String?AbstractText?
{
get?
{
return?lblAbstract.Text;
}
set?
{
lblAbstract.Text?=?value;
}
}
}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????831??2007-03-09?11:16??DigitalLibrary\Abstract.ascx

?????文件???????1425??2007-03-09?11:15??DigitalLibrary\Abstract.ascx.cs

?????文件???????5317??2007-03-09?11:15??DigitalLibrary\Abstract.ascx.resx

?????文件???????6220??2007-09-13?15:55??DigitalLibrary\Admin.aspx

?????文件??????25094??2007-09-13?15:55??DigitalLibrary\Admin.aspx.cs

?????文件???????5317??2007-09-13?15:55??DigitalLibrary\Admin.aspx.resx

?????文件????????848??2005-09-02?09:59??DigitalLibrary\Advertisements.xml

?????文件??????56775??2005-10-21?13:02??DigitalLibrary\ArticlesDS.cs

?????文件???????2876??2005-10-21?13:02??DigitalLibrary\ArticlesDS.xsd

?????文件????????787??2005-10-21?10:47??DigitalLibrary\ArticlesDS.xsx

?????文件???????1523??2005-10-21?11:33??DigitalLibrary\articlesList.xsd

?????文件????????527??2005-10-21?11:33??DigitalLibrary\articlesList.xsx

?????文件??????30466??2005-10-21?11:33??DigitalLibrary\articlesList1.cs

?????文件???????2782??2005-10-21?09:48??DigitalLibrary\AssemblyInfo.cs

?????文件??????18982??2003-06-05?14:12??DigitalLibrary\books.gif

?????文件???????4005??2006-10-25?16:40??DigitalLibrary\Category.aspx

?????文件???????8815??2006-10-25?16:42??DigitalLibrary\Category.aspx.cs

?????文件???????5317??2005-11-15?15:12??DigitalLibrary\Category.aspx.resx

?????文件???????5260??2003-06-06?12:52??DigitalLibrary\CD.gif

?????文件???????2466??2005-11-15?14:44??DigitalLibrary\Comments.aspx

?????文件???????2971??2005-11-15?14:44??DigitalLibrary\Comments.aspx.cs

?????文件???????5317??2005-11-15?14:44??DigitalLibrary\Comments.aspx.resx

?????文件???????1574??2005-11-15?13:44??DigitalLibrary\Default.aspx

?????文件???????1591??2005-10-24?11:25??DigitalLibrary\Default.aspx.cs

?????文件???????5317??2005-10-24?11:25??DigitalLibrary\Default.aspx.resx

?????文件??????13768??2005-08-23?07:12??DigitalLibrary\dell.gif

?????文件??????17338??2007-03-09?11:13??DigitalLibrary\DigitalLibrary.csproj

?????文件????????126??2007-09-13?15:48??DigitalLibrary\DigitalLibrary.csproj.webinfo

?????文件????????945??2007-03-09?11:06??DigitalLibrary\DigitalLibrary.sln

????..A..H.?????66560??2007-09-13?15:55??DigitalLibrary\DigitalLibrary.suo

............此處省略136個文件信息

評論

共有 條評論