-3
當我點擊任一單元格的數據負載從Access數據庫如何從Access數據庫得到單選按鈕值單選框值顯示在datagridview的
textBox1.Text = dataGridView1.CurrentRow.Cells[1].Value.ToString();
textBox2.Text = dataGridView1.CurrentRow.Cells[3].Value.ToString();
comboBox1 .Text = dataGridView1.CurrentRow.Cells[4].Value.ToString();
dateTimePicker1.Text = dataGridView1.CurrentRow.Cells[8].Value.ToString();
其作品 例子,我想表明從數據庫性別到RADIOBUTTON