I have a combo box wherein I am feeding in items in drop down box. Apart from this I also want my combo box to accept the values I feed from my keyboard. When I write anything in the combo box then I get this exception message:
InvalidArgument=Value of '-1' is not valid for 'index'.
Parameter name: index
It should display a list of items in list box from the index I gave in combo box 1 to combo box 2.
How to do this?