C#空间

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

07 2010 档案

摘要:using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;namespace WindowsFormsApplication{ public class CustomDataGridView : DataGridView { protected override bool P... 阅读全文
posted @ 2010-07-17 22:58 小海洋 阅读(652) 评论(0) 推荐(0)

摘要:using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;namespace WindowsFormsApplication{ public class CustomDataGridView : DataGridView { protected override bool P... 阅读全文
posted @ 2010-07-17 22:56 小海洋 阅读(1527) 评论(0) 推荐(0)

摘要:void repositoryItemTextEdit2_Leave(object sender, System.EventArgs e) { DataTable table1 = new DataTable(); System.Data.SqlClient.SqlConnection sqlcon = new System.Data.SqlClient.SqlConnection(); sqlc... 阅读全文
posted @ 2010-07-13 23:58 小海洋 阅读(953) 评论(0) 推荐(0)