文章分类 -  C#

摘要:表名:temp 这段:idname 记录88admin 06mod 已绑定在dataset41中. this.comboBox1.DataSource=this.dataSet41; this.comboBox1.DisplayMember="temp.name"; this.comboBox1.ValueMember="temp.id"; this.comboBox1.Location=newS... 阅读全文
posted @ 2009-11-09 02:48 颓废的猪 阅读(6096) 评论(1) 推荐(3)
摘要:dbfC#DataGridView中的常用技巧 只列出技巧部分,后面会有补充0(最基本的技巧). 获取某列中的某行(某单元格)中的内容this.currentposition = this.dataGridView1.BindingContext [this.dataGridView1.DataSource, this.dataGridView1.DataMember].Position;book... 阅读全文
posted @ 2009-10-30 19:49 颓废的猪 阅读(169) 评论(0) 推荐(0)