Is it possible to add buttons and other items to a ListBox item in WebForms?
Something like as follows:
Now this is a screenshot from IE Recent urls dropdown - but I am thinking about trying to do something in a WebForms ListBox. I haven't come across anything online and I thought this is a cool way to delete from the ListBox - just click the x along side
an item.
The trouble is that my ListBox is populated server-side from a database table so there would need to be some postback to the server to delete the item when it is clicked (or alternatively when the page is submitted).
Any thoughts or pointers on this one?
EDIT
Looking at Twitter - the search on there is exactly what I need. Not a ListBox, but has the remove option.
Go to the complete details ...