2015年2月24日
摘要: //新建App_Code文件夹//新建studentDA文件using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using Syst... 阅读全文
posted @ 2015-02-24 14:16 黑桃X 阅读(337) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Data.SqlClient;using System.Drawing;using Sys... 阅读全文
posted @ 2015-02-24 13:43 黑桃X 阅读(170) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-02-24 13:27 黑桃X 阅读(154) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-02-24 13:13 黑桃X 阅读(178) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-02-24 13:03 黑桃X 阅读(225) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-02-24 13:01 黑桃X 阅读(134) 评论(0) 推荐(0) 编辑
摘要: //向数据库中新增数据 private void button1_Click_1(object sender, EventArgs e) { SqlConnection conn = new SqlConnection("server=.;database... 阅读全文
posted @ 2015-02-24 12:56 黑桃X 阅读(257) 评论(0) 推荐(0) 编辑