文章分类 - 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...
阅读全文
摘要:dbfC#DataGridView中的常用技巧 只列出技巧部分,后面会有补充0(最基本的技巧). 获取某列中的某行(某单元格)中的内容this.currentposition = this.dataGridView1.BindingContext [this.dataGridView1.DataSource, this.dataGridView1.DataMember].Position;book...
阅读全文
浙公网安备 33010602011771号