I've recently signed up to mentor Maths & ICT to year 10 students at a specalist school for children with learning difficulties (Obviously supported by the company I work for since it's in work hours :-) ). After visiting the school last week I'm really looking forward to meeting my student & getting started in ...
ASP.NET ListBox missing SelectedItems property
Yesterday whilst creating an ASP.NET application I needed to find the selected items in a ListBox with SelectionMode="Multiple" property set, unfortunately I found that ASP.NET (and VB.NET) doesn't support the SelectedItems property it only has SelectedItem! How annoying! Especailly since it is avaliable in WinForms!   Anyway thought I'd share my simple workaround in case anyone else ...