Hey guys,
I have a datagridview called DataGridView1 which has four column each are combobox's, I need to be able to change the items in one of the comboboxes based on the previous one. For example
I have a column named FieldName which has the following values:
1.Product
2. ID
if the user selects products i want to be able to change a combobox called Value to "HomeProject","Work Stuff"
Would anyone have any ideas on how to do this.
If searched around and could not find anything...please help :S
Thanks in advance