I am having a combo box and a textbox in my datagridview. What i would like to do is when i select a value from combo box and moves to the text box by using Tab i would like to display the selected value from the combo box in to that text box.
I tried by writing a dummy code in TabIndexchanged it does not work so can any one help me