I am wondering if it is possible to create an ASP.NET custom drop down list control which looks like a table full of entries and with x amount of columns?
if so - how can I do this?
They want a same feel and look as MS Access where you have a combobox and within it, has a columns when you select the dropdownlist which show all the data (in columns) but of course, only 1 item can be selected.
so as soon as you expand/drop the list down, it should show x columns in a neat table format/layout presented to the user.
thoughts?
Go to the complete details ...