首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

winf实验十(1).zip

行业研究 6.32KB 7 需要积分: 1
立即下载

资源介绍:

winf实验十(1).zip
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Data.SqlClient; using System.Configuration; namespace WindowsFormsApplication2 { public partial class Form1 : Form { string conStr = ConfigurationManager.ConnectionStrings["conStr"].ConnectionString; SqlConnection con = null; SqlDataAdapter da = null; DataSet ds = null; public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { // TODO: 这行代码将数据加载到表“studentscoreDataSet1.studentscore”中。您可以根据需要移动或删除它。 this.studentscoreTableAdapter.Fill(this.studentscoreDataSet1.studentscore); } private void label3_Click(object sender, EventArgs e) { } private void btnSelect_Click(object sender, EventArgs e) { con = new SqlConnection(conStr); da = new SqlDataAdapter("select * from studentscore", con); ds = new DataSet(); da.Fill(ds, "studentscore"); dgvStudentScore.DataSource = ds.Tables["studentscore"]; } private void btnInsert_Click(object sender, EventArgs e) { SqlCommandBuilder builder = new SqlCommandBuilder(da); DataRow r1 = ds.Tables["studentscore"].NewRow(); r1[0] = txtNum.Text; r1[1] = txtName.Text; r1[2] = txtScore.Text; ds.Tables[0].Rows.Add(r1); da.Update(ds, "studentscore"); dgvStudentScore.DataSource = ds.Tables["studentscore"]; } private void btnUpdate_Click(object sender, EventArgs e) { SqlCommandBuilder builder = new SqlCommandBuilder(da); DataRowCollection rows = ds.Tables["studentscore"].Rows; DataRow row; for (int i = 0; i < rows.Count; i++) { row = rows[i]; if (row["num"].ToString() == txtNum.Text) { row["score"] = txtScore.Text; } } dgvStudentScore.DataSource = ds.Tables["studentscore"]; da.Update(ds, "studentscore"); } private void btnDelete_Click(object sender, EventArgs e) { SqlCommandBuilder builder = new SqlCommandBuilder(da); DataRowCollection rows = ds.Tables["studentscore"].Rows; DataRow row; for (int i = 0; i < rows.Count; i++) { row = rows[i]; if (row["num"].ToString() == txtNum.Text) { row.Delete(); } } da.Update(ds, "studentscore"); dgvStudentScore.DataSource = ds.Tables["studentscore"]; } private void dgvstudentScore_CellContentClick(object sender, DataGridViewCellEventArgs e) { txtNum.Text = dgvStudentScore.CurrentRow.Cells["num"].Value.ToString(); txtName.Text = dgvStudentScore.CurrentRow.Cells["name"].Value.ToString(); txtScore.Text = dgvStudentScore.CurrentRow.Cells["score"].Value.ToString(); } } }

资源文件列表:

winf实验十(1).zip 大约有6个文件
  1. winf实验十/
  2. winf实验十/App.txt 632B
  3. winf实验十/Form1.cs 3.47KB
  4. winf实验十/Form1.Designer.cs 11.49KB
  5. winf实验十/Form1.resx 6.3KB
  6. winf实验十/设计.txt 3.47KB
0评论
提交 加载更多评论
其他资源 chromedriver-win32-133.0.6899.0.zip
chromedriver-win32-133.0.6899.0
chromedriver-win32-133.0.6900.0.zip
chromedriver-win32-133.0.6900.0
2023-7mysql期末复习题.zip
2023-7mysql期末复习题.zip
2023-7mysql期末复习题.zip 2023-7mysql期末复习题.zip 2023-7mysql期末复习题.zip
Ziperello压缩包密码破解
Ziperello压缩包密码破解
zj1111111111111111
zj1111111111111111
概论课实践教学作业模板(2024).zip
概论课实践教学作业模板(2024).zip
Java EE 课程设计 Java web 课程设计 数据管理系统.zip
课程设计报告
华中科技大学大学CS课程其它报告.zip
课程设计报告