The multiselect Listbox seems to work in an odd way in ASP.NET. In a Windows Forms app, a Listbox in multiselect allows for the ready selection of multiple items by clicking on them. In the ASP.NET version, it appears that the listbox only allows multi-selection by holding down the Ctrl or Shift keys. Am I missing something? And if not, can anybody tell me why there is this difference?