G
Guest
I have Windows form (NOT ASP) With a datagrid that is bound to a dataset at runtime. I want one of the columns (that contains the dataValue) to be shown as a dropdown that will display the DisplayValue. I could do this WITH EASE IN ASP but it seems like more is required in Winforms. How do you do this in winforms