In ASP.Net 3.5 I'm trying to build a control that look as close as possible to this custom one in a VB6 app. The control in question is what you see to the right of the Delete button. Essentially it's like a horizontally oriented listbox, where each item can have 3 or lines of text.
I tried creating this with a DataList but the problem there was that I couldn't attached a Click event to each item. So not only does the control have to allow the addition & deletion of individual items, but each item has to clickable (ie. fire a server-side event that it has been selected).
Any idea would be much appreciated,
Robert W.
...
Go to the complete details ...