How to handle SelectedIndexChanged event for a ComboBox? [duplicate]
This question already has an answer here: What event catches a change of value in a combobox in a DataGridViewCell? 4 answers I have DataGridView which contains two ComboBox columns. The second ComboBox will be filled with data depending on the selected value from first ComboBox . How to handle the SelectedIndexChanged event for the first ComboBox . A great resource for DataGridView questions can be found here: http://www.windowsclient.net/Samples/Go%20To%20Market/DataGridView/DataGridView%20FAQ.doc From there on how to handle a selected change event: How do I handle the SelectedIndexChanged