Jelmer Posted February 27, 2006 Posted February 27, 2006 Hello, I've got a datagridview. That one is linked to a MDB database. If i press the mouse button on one record.. i like to get the data from that form to some text fields. How can i do that ? private void dataGridView1_CellContentClick_2(object sender, DataGridViewCellEventArgs e) { txtNaam.text = ??? } I'll use this components: - bindingNavigator - DataSetBindingSource - tableAdaptor Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.