資源簡介
C#固定資產管理系統,本系統是用C#語言編寫的,附帶有全部源代碼。

代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
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.Data.SqlClient;
public?partial?class?_Default?:?System.Web.UI.Page?
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!IsPostBack)
????????{
????????????this.Page.title?=?“當前位置:系統首頁“;
????????????string?MyConnectionString?=?ConfigurationManager.ConnectionStrings[“MyAssetsDBConnectionString“].ConnectionString;
????????????string?MySQL?=?“Select??*??From?公司信息?Where?優先級=1“;
????????????SqlConnection?MyConnection?=?new?SqlConnection(MyConnectionString);
????????????MyConnection.Open();
????????????DataTable?MyTable?=?new?DataTable();
????????????SqlDataAdapter?MyAdapter?=?new?SqlDataAdapter(MySQL?MyConnection);
????????????MyAdapter.Fill(MyTable);
????????????this.Image1.ImageUrl?=?“~/Images/“?+?(String)MyTable.Rows[0][“首頁圖像“];
????????????Session[“MySystemName“]?=?(String)MyTable.Rows[0][“系統名稱“];
????????????Session[“MyCompanyWebSite“]?=?(String)MyTable.Rows[0][“公司網站“].ToString();
????????????Session[“MyCompanyName“]?=?(String)MyTable.Rows[0][“公司名稱“];
????????????Session[“MyCompanyAddress“]?=?(String)MyTable.Rows[0][“公司地址“];
????????????Session[“MyCompanyPhone“]?=?(String)MyTable.Rows[0][“服務電話“];
????????????Session[“MyCompanyLogo“]?=?(String)MyTable.Rows[0][“標志圖標“];
????????????if?(MyConnection.State?==?ConnectionState.Open)
????????????{
????????????????MyConnection.Close();
????????????}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???10485760??2007-06-15?22:44??C#固定資產管理系統\App_Data\ASPNETDB.MDF
?????文件?????516096??2007-06-15?22:44??C#固定資產管理系統\App_Data\aspnetdb_log.ldf
?????文件???31457280??2007-06-15?22:44??C#固定資產管理系統\App_Data\MyAssetsDB.mdf
?????文件?????851968??2007-06-15?22:44??C#固定資產管理系統\App_Data\MyAssetsDB_log.LDF
?????文件??????11908??2007-05-20?17:50??C#固定資產管理系統\AssetsManage\LeaseForm.aspx
?????文件???????2420??2007-05-20?17:50??C#固定資產管理系統\AssetsManage\LeaseForm.aspx.cs
?????文件??????19658??2007-06-07?20:59??C#固定資產管理系統\AssetsManage\MyAssetsForm.aspx
?????文件???????3739??2007-05-20?17:50??C#固定資產管理系統\AssetsManage\MyAssetsForm.aspx.cs
?????文件???????9661??2007-05-20?17:50??C#固定資產管理系統\AssetsManage\MyFittingsForm.aspx
?????文件???????2595??2007-05-21?06:50??C#固定資產管理系統\AssetsManage\MyFittingsForm.aspx.cs
?????文件??????14385??2007-05-20?17:50??C#固定資產管理系統\AssetsManage\RepairedForm.aspx
?????文件???????2356??2007-05-21?06:56??C#固定資產管理系統\AssetsManage\RepairedForm.aspx.cs
?????文件??????13505??2007-05-20?17:50??C#固定資產管理系統\AssetsManage\RepairForm.aspx
?????文件???????2388??2007-05-20?17:50??C#固定資產管理系統\AssetsManage\RepairForm.aspx.cs
?????文件??????12771??2007-05-20?17:50??C#固定資產管理系統\AssetsManage\ReturnForm.aspx
?????文件???????2196??2007-05-20?17:35??C#固定資產管理系統\AssetsManage\ReturnForm.aspx.cs
?????文件??????12770??2007-05-20?17:50??C#固定資產管理系統\AssetsManage\SubtractForm.aspx
?????文件???????2522??2007-05-20?17:36??C#固定資產管理系統\AssetsManage\SubtractForm.aspx.cs
?????文件????????429??2007-05-16?08:51??C#固定資產管理系統\Default.aspx
?????文件???????1735??2007-05-16?09:19??C#固定資產管理系統\Default.aspx.cs
?????文件???????8577??2007-05-20?17:50??C#固定資產管理系統\DepreciationManage\ComputeForm.aspx
?????文件???????6211??2007-06-07?20:59??C#固定資產管理系統\DepreciationManage\ComputeForm.aspx.cs
?????文件???????6283??2007-05-20?17:50??C#固定資產管理系統\DepreciationManage\QueryDepreciationForm.aspx
?????文件???????1870??2007-05-20?17:50??C#固定資產管理系統\DepreciationManage\QueryDepreciationForm.aspx.cs
?????文件???????2375??2007-05-20?17:50??C#固定資產管理系統\DepreciationManage\QueryDepreciationPrint.aspx
?????文件???????1897??2007-05-20?17:50??C#固定資產管理系統\DepreciationManage\QueryDepreciationPrint.aspx.cs
?????文件???????3739??2007-05-20?17:50??C#固定資產管理系統\DepreciationManage\SumDepreciationForm.aspx
?????文件???????3213??2007-05-20?17:50??C#固定資產管理系統\DepreciationManage\SumDepreciationForm.aspx.cs
?????文件???????2528??2007-05-20?17:50??C#固定資產管理系統\DepreciationManage\SumDepreciationPrint.aspx
?????文件???????1888??2007-05-20?17:39??C#固定資產管理系統\DepreciationManage\SumDepreciationPrint.aspx.cs
............此處省略95個文件信息
- 上一篇:C#窗體小程序
- 下一篇:ASP.NET電子商務網站畢業設計源碼+論文
評論
共有 條評論