I'm beginner C#
I 'm create dataGridView Connect to MySQL on WPF
and I want to select Data From DataGrid to show in textbox comBoBox CheckBox and Radio
Can u Coding for Example to me ?
Please Coding .cs and .xaml
Thank u so much.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riddhi ValechaPosted Apr 16, 2013, 7:08 AM
You can use SelectionChanged_Event of datagridview in WPF.
As far as MySQL Backend goes, I have not used it anytime.
I would suggest that instead of asking entire codes, do try coding yourself first.
This way you will learn better.