I have a multiselect that is populated from a generic list. When I go to select some values and click a button that is suppose take the selected values and create a pdf it returns nothing, just a blank PDF. Below is the line that first fires but 'a' is empty.

For Each a As Ext.Net.SelectedListItem In MultiSelect1.SelectedItems


Any help is greatly appreciated. Thanks in advance.