数字图书馆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  DigitalLibraryAbstract.ascx

     文件       1425  2007-03-09 11:15  DigitalLibraryAbstract.ascx.cs

     文件       5317  2007-03-09 11:15  DigitalLibraryAbstract.ascx.resx

     文件       6220  2007-09-13 15:55  DigitalLibraryAdmin.aspx

     文件      25094  2007-09-13 15:55  DigitalLibraryAdmin.aspx.cs

     文件       5317  2007-09-13 15:55  DigitalLibraryAdmin.aspx.resx

     文件        848  2005-09-02 09:59  DigitalLibraryAdvertisements.xml

     文件      56775  2005-10-21 13:02  DigitalLibraryArticlesDS.cs

     文件       2876  2005-10-21 13:02  DigitalLibraryArticlesDS.xsd

     文件        787  2005-10-21 10:47  DigitalLibraryArticlesDS.xsx

     文件       1523  2005-10-21 11:33  DigitalLibraryarticlesList.xsd

     文件        527  2005-10-21 11:33  DigitalLibraryarticlesList.xsx

     文件      30466  2005-10-21 11:33  DigitalLibraryarticlesList1.cs

     文件       2782  2005-10-21 09:48  DigitalLibraryAssemblyInfo.cs

     文件      18982  2003-06-05 14:12  DigitalLibraryooks.gif

     文件       4005  2006-10-25 16:40  DigitalLibraryCategory.aspx

     文件       8815  2006-10-25 16:42  DigitalLibraryCategory.aspx.cs

     文件       5317  2005-11-15 15:12  DigitalLibraryCategory.aspx.resx

     文件       5260  2003-06-06 12:52  DigitalLibraryCD.gif

     文件       2466  2005-11-15 14:44  DigitalLibraryComments.aspx

     文件       2971  2005-11-15 14:44  DigitalLibraryComments.aspx.cs

     文件       5317  2005-11-15 14:44  DigitalLibraryComments.aspx.resx

     文件       1574  2005-11-15 13:44  DigitalLibraryDefault.aspx

     文件       1591  2005-10-24 11:25  DigitalLibraryDefault.aspx.cs

     文件       5317  2005-10-24 11:25  DigitalLibraryDefault.aspx.resx

     文件      13768  2005-08-23 07:12  DigitalLibrarydell.gif

     文件      17338  2007-03-09 11:13  DigitalLibraryDigitalLibrary.csproj

     文件        126  2007-09-13 15:48  DigitalLibraryDigitalLibrary.csproj.webinfo

     文件        945  2007-03-09 11:06  DigitalLibraryDigitalLibrary.sln

    ..A..H.     66560  2007-09-13 15:55  DigitalLibraryDigitalLibrary.suo

............此处省略136个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)