I have a DDL linked with a binding source. Lets say in the binding source I have 3 rows;
1 – One
2 – Two
3 – Three
When I select the first row, within the method SelectedIndexChanged thw Current BindingSource row is null. Then if I select the second row the current row is the previous one, the first until the SelectedIndexChanged is returned.
Is there a way to get the current row while in SelectedIndexChanged?
Try this: