-
大小: 2.6MB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2023-11-06
- 語言: C#
- 標簽:
資源簡介
剛完成的實訓作業(yè),asp.net+sqlserver,作業(yè)管理系統(tǒng)

代碼片段和文件信息
using?System;
using?System.Data;
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;
using?System.Data.SqlClient;
public?partial?class?add_class?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{
????????string?connstr?=?ConfigurationSettings.AppSettings[“ConnectionString“].Trim();
????????SqlConnection?conn?=?new?SqlConnection(connstr);
????????SqlCommand?comm?=?new?SqlCommand(“add_class“?conn);
????????comm.CommandType?=?CommandType.StoredProcedure;
????????comm.Parameters.Add(“@class_id“this.class_id.Text);
????????comm.Parameters.Add(“@class_name“?this.class_name.Text);
????????try
????????{
????????????conn.Open();
????????????comm.ExecuteNonQuery();
????????}
????????catch
????????{
????????????this.RegisterStartupscript(“message“?“ript>alert(‘操作失敗!‘) ript>“);
????????}
????????finally
????????{
????????????conn.Close();
????????}
????????this.RegisterStartupscript(“message“?“ript>alert(‘操作成功!‘) ript>“);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1415??2009-06-18?20:00??work\admin\add_class.aspx
?????文件???????1301??2009-06-18?10:44??work\admin\add_class.aspx.cs
?????文件???????2840??2009-06-21?12:49??work\admin\add_user.aspx
?????文件???????2817??2009-06-21?12:51??work\admin\add_user.aspx.cs
?????文件???????2208??2009-06-24?09:59??work\admin\edit_class.aspx
?????文件???????2559??2009-06-24?09:59??work\admin\edit_user.aspx
?????文件???????3495??2009-06-24?10:35??work\admin\edit_class.aspx.cs
?????文件???????3987??2009-06-24?10:38??work\admin\edit_user.aspx.cs
?????目錄??????????0??2006-06-24?15:41??work\admin
?????文件????????667??2009-06-17?16:13??work\App_Code\CreateDirs.cs
?????文件????????981??2006-06-19?09:47??work\App_Code\Crypt.cs
?????文件???????5724??2009-06-20?15:38??work\App_Code\FileControl.cs
?????文件???????1183??2009-06-15?14:44??work\App_Code\login.cs
?????目錄??????????0??2006-06-24?15:41??work\App_Code
?????文件???????1779??2006-06-24?14:41??work\comm\Changepwd.aspx
?????文件???????1660??2009-06-21?17:28??work\comm\Changepwd.aspx.cs
?????文件???????1694??2006-06-24?14:48??work\comm\good_work.aspx.cs
?????文件???????2247??2009-06-24?10:48??work\comm\good_work.aspx
?????目錄??????????0??2006-06-24?15:41??work\comm
?????文件???????1409??2006-06-24?15:16??work\files\aa.htm
?????文件???????4804??2006-06-24?15:17??work\files\banner.aspx
?????文件????????850??2006-06-24?15:17??work\files\buttom.htm
?????文件???????8986??2006-06-24?15:17??work\files\left.aspx
?????文件????????768??2006-06-24?15:17??work\files\main.aspx
?????文件???????1465??2006-06-24?15:17??work\files\midfr
?????文件???????3084??2006-06-24?15:17??work\files\top.htm
?????目錄??????????0??2006-06-24?15:41??work\files
?????文件??????65000??2008-12-11?11:36??work\flash\1.swf
?????文件???????1862??2008-12-11?19:02??work\flash\2.swf
?????文件??????43056??2009-06-19?11:50??work\flash\AppStarting.ani
............此處省略142個文件信息
評論
共有 條評論