Hi,,
I defined TTT as new DataGridViewComboBoxColumn and connect it to Data Base. TTT shows values. And I defined variable XXX as string.
Now I want when user chose value from TTT. XXX is assigned to this value. How can i put in XXX this value?
Because I try use this code:
XXX= TTT.Text
but it is not work . Please help me.
I defined TTT as new DataGridViewComboBoxColumn and connect it to Data Base. TTT shows values. And I defined variable XXX as string.
Now I want when user chose value from TTT. XXX is assigned to this value. How can i put in XXX this value?
Because I try use this code:
XXX= TTT.Text
but it is not work . Please help me.