程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> string-在線考試系統,這段代碼是工具欄上的,現在要按鈕的,怎麼寫

string-在線考試系統,這段代碼是工具欄上的,現在要按鈕的,怎麼寫

編輯:編程綜合問答
在線考試系統,這段代碼是工具欄上的,現在要按鈕的,怎麼寫

private void toolStripButton6_Click(object sender, EventArgs e) { // string str = "Password=123456789;Persist Security Info=True;User ID=sa;Initial Catalog=學生成績管理系統;Data Source=FLQ-PC\SQLEXPRESS"; // SqlConnection conn = new SqlConnection(str); // conn.Open(); // SqlDataAdapter da = new SqlDataAdapter("Select * from 學生成績表 where 姓名='" + Login.sn.Trim() + "'", conn); //DataSet ds = new DataSet(); // da.Fill(ds, "usertable"); // string s; // for (int i = 2; i <= 6; i++) // { // if (int.Parse(ds.Tables["usertable"].Rows[0][i].ToString()) < 60) // s=int.Parse(ds.Tables["usertable"].Rows[0][i].ToString()); // } }

最佳回答:


新建一個按鈕,雙擊,復制上面的代碼
private void toolStripButton6_Click(object sender, EventArgs e)
這個不要復制

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved