資源簡介
江西服裝學院16軟件工程,asp.net實踐上機考試答案,對學生表進行增刪改查,
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Data.SqlClient;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
namespace?aspWeb
{
????public?partial?class?AddInfo?:?System.Web.UI.Page
????{
????????protected?void?Page_Load(object?sender?EventArgs?e)
????????{
????????}
????????protected?void?Unnamed1_Click(object?sender?EventArgs?e)
????????{
????????????if?(!(RequiredFieldValidator1.IsValid?&&?RequiredFieldValidator2.IsValid))?{
????????????????return;
????????????};
????????????EntityTeacher?tea?=?new?EntityTeacher();
????????????tea.ID?=?txtbTeaID.Text.Trim();?
????????????tea.Name?=?txtbTeaName.Text.Trim();
????????????tea.Sex?=?radioBtn1.Checked???“男“?:?“女“;
????????????tea.Tel?=?txtbTel.Text.Trim();
????????????string?sql?=?“insert?into??tabTeacher??values(@ID@Name@Sex@Tel)“;
????????????SqlParameter[]?pms?=
????????????{
??????????????????new?SqlParameter(“@ID“tea.ID)
??????????????????new?SqlParameter(“@Name“tea.Name)
??????????????????new?SqlParameter(“@Sex“tea.Sex)
??????????????????new?SqlParameter(“@Tel“tea.Tel)
????????????};
????????????int?result?=?SqlHelper.ExecuteNonQuery(sql?pms);
????????????if?(result?>?0)
????????????{
????????????????Response.Write(“ript>alert(‘添加成功‘) ript>“);
????????????????Response.Redirect(“Default.aspx“);
????????????}
????????????else
????????????{
????????????????Response.Write(“ript>alert(‘添加失敗‘) ript>“);
????????????}
????????}
????????protected?void?Unnamed4_Click(object?sender?EventArgs?e)
????????{
????????????txtbTeaID.Text?=?““;
????????????txtbTeaName.Text?=?““;
????????????txtbTel.Text?=?““;
????????????radioBtn1.Checked?=?true;
????????????
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????33280??2019-01-03?23:43??aspWeb\.vs\aspWeb\v15\.suo
?????文件??????????0??2019-01-03?21:33??aspWeb\.vs\aspWeb\v15\Server\sqlite3\db.lock
?????文件?????970752??2019-01-03?23:15??aspWeb\.vs\aspWeb\v15\Server\sqlite3\storage.ide
?????文件??????32768??2019-01-03?21:33??aspWeb\.vs\aspWeb\v15\Server\sqlite3\storage.ide-shm
?????文件????4124152??2019-01-03?23:43??aspWeb\.vs\aspWeb\v15\Server\sqlite3\storage.ide-wal
?????文件??????85769??2019-01-03?21:32??aspWeb\.vs\config\applicationhost.config
?????文件???????1968??2019-01-03?22:49??aspWeb\aspWeb\AddInfo.aspx
?????文件???????1812??2019-01-03?23:39??aspWeb\aspWeb\AddInfo.aspx.cs
?????文件???????4648??2019-01-03?22:35??aspWeb\aspWeb\AddInfo.aspx.designer.cs
?????文件???????7671??2019-01-03?23:27??aspWeb\aspWeb\aspWeb.csproj
?????文件???????1457??2019-01-03?23:27??aspWeb\aspWeb\aspWeb.csproj.user
?????文件???????5120??2017-11-26?12:05??aspWeb\aspWeb\bin\AspNet.sc
?????文件??????10752??2019-01-03?23:42??aspWeb\aspWeb\bin\aspWeb.dll
?????文件???????1517??2019-01-03?22:45??aspWeb\aspWeb\bin\aspWeb.dll.config
?????文件??????28160??2019-01-03?23:42??aspWeb\aspWeb\bin\aspWeb.pdb
?????文件??????40080??2018-05-24?13:38??aspWeb\aspWeb\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
?????文件???????1805??2018-05-24?13:38??aspWeb\aspWeb\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xm
?????文件??????49584??2018-05-24?13:38??aspWeb\aspWeb\bin\roslyn\csc.exe
?????文件???????8220??2018-05-24?13:38??aspWeb\aspWeb\bin\roslyn\csc.exe.config
?????文件???????1496??2018-05-24?13:38??aspWeb\aspWeb\bin\roslyn\csc.rsp
?????文件??????15280??2018-05-24?13:38??aspWeb\aspWeb\bin\roslyn\csi.exe
?????文件???????8816??2018-05-24?13:38??aspWeb\aspWeb\bin\roslyn\csi.exe.config
?????文件????????279??2018-05-24?13:38??aspWeb\aspWeb\bin\roslyn\csi.rsp
?????文件?????122800??2018-05-24?13:38??aspWeb\aspWeb\bin\roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll
?????文件????4681136??2018-05-24?13:38??aspWeb\aspWeb\bin\roslyn\Microsoft.CodeAnalysis.CSharp.dll
?????文件??????29104??2018-05-24?13:38??aspWeb\aspWeb\bin\roslyn\Microsoft.CodeAnalysis.CSharp.sc
?????文件????2414512??2018-05-24?13:38??aspWeb\aspWeb\bin\roslyn\Microsoft.CodeAnalysis.dll
?????文件?????128432??2018-05-24?13:38??aspWeb\aspWeb\bin\roslyn\Microsoft.CodeAnalysis.sc
?????文件????5223856??2018-05-24?13:38??aspWeb\aspWeb\bin\roslyn\Microsoft.CodeAnalysis.VisualBasic.dll
?????文件???????6818??2018-05-24?13:38??aspWeb\aspWeb\bin\roslyn\Microsoft.CSharp.Core.targets
............此處省略181個文件信息
評論
共有 條評論