forum

Home / DeveloperSection / Forums / Radiobutton value show in datagridview

Radiobutton value show in datagridview

Anonymous User 2497 19-Aug-2014

when I click any cell data load from access db how I can get radiobutton values from access db

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();

its works example I want show gender from database to radiobutton


c# c# 
Updated on 19-Aug-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By