摘要: SQL Server 中的float类型数值要转换为C#中的Double类型!特别是IBatis中的应用~ 阅读全文
posted @ 2012-07-31 14:52 oftenlin 阅读(1376) 评论(0) 推荐(0) 编辑
摘要: DataGridViewTextBoxColumn col1 = new DataGridViewTextBoxColumn(); col1.HeaderText = "姓名"; col1.DataPropertyName = "Name"; col1.Name = "Name"; col1.Width = 100; DataGridViewTextBoxColumn col2 = new DataGridViewTextBoxColumn(); col2.HeaderText = "性别"; col2.DataP 阅读全文
posted @ 2012-07-31 13:27 oftenlin 阅读(2578) 评论(0) 推荐(1) 编辑