软件著作权源程序模板

软件著作权源程序模板

ID:8532588

大小:266.50 KB

页数:61页

时间:2018-03-31

软件著作权源程序模板_第1页
软件著作权源程序模板_第2页
软件著作权源程序模板_第3页
软件著作权源程序模板_第4页
软件著作权源程序模板_第5页
资源描述:

《软件著作权源程序模板》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库

1、源程序清单办公自动化系统60usingSystem;usingSystem.Collections;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Web;usingSystem.Web.SessionState;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.HtmlControls;usingSystem.Configuration;usingSystem.Data.SqlClien

2、t;namespaceOfficeOnline{///

///AddAdvice的摘要说明。///publicclassAddAdvice:System.Web.UI.Page{protectedSystem.Web.UI.WebControls.TextBoxtbxempname;protectedSystem.Web.UI.WebControls.TextBoxtbxtitle;protectedSystem.Web.UI.WebControls.TextBoxtbxcontent;protectedSystem.Web.UI.WebCo

3、ntrols.ButtonbtnSubmit;privatevoidPage_Load(objectsender,System.EventArgse){//在此处放置用户代码以初始化页面}#regionWeb窗体设计器生成的代码overrideprotectedvoidOnInit(EventArgse){////CODEGEN:该调用是ASP.NETWeb窗体设计器所必需的。//InitializeComponent();base.OnInit(e);}///

///设计器支持所需的方法-不要使用代码编辑器修改///此方法的内容。///pr

4、ivatevoidInitializeComponent(){60this.btnSubmit.Click+=newSystem.EventHandler(this.btnSubmit_Click);this.Load+=newSystem.EventHandler(this.Page_Load);}#endregionprivatevoidbtnSubmit_Click(objectsender,System.EventArgse){//创建数据库连接和命令对象SqlConnectionobjconn=newSqlConnection(ConfigurationSetting

5、s.AppSettings["connstr"]);objconn.Open();SqlCommandobjcmd=newSqlCommand("AddAdvice",objconn);//设定命令类型为存储过程objcmd.CommandType=CommandType.StoredProcedure;//添加参数//员工姓名SqlParameterparamEmpName=newSqlParameter("@EmpName",SqlDbType.NVarChar,20);paramEmpName.Value=tbxempname.Text;objcmd.Parameters

6、.Add(paramEmpName);//标题SqlParameterparamTitle=newSqlParameter("@Title",SqlDbType.NVarChar,50);paramTitle.Value=tbxtitle.Text;objcmd.Parameters.Add(paramTitle);//内容SqlParameterparamContent=newSqlParameter("@Content",SqlDbType.NVarChar,4000);paramContent.Value=tbxcontent.Text;objcmd.Parameters

7、.Add(paramContent);//执行命令objcmd.ExecuteNonQuery();//关闭数据库连接objconn.Close();Response.Redirect("Advice.aspx");}}}usingSystem;usingSystem.Collections;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Web;usingSystem.Web.Sessi

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。