Hi there,
I try to create a ListBox with multiple selection. The ListBox is filled with Data from a database once on Page_Load.
When I click the button to submit the form all selections will be removed and only the first entry is selected.
Has anybody a hint how to prevent from this?
Thanks in advance.
I try to create a ListBox with multiple selection. The ListBox is filled with Data from a database once on Page_Load.
When I click the button to submit the form all selections will be removed and only the first entry is selected.
Has anybody a hint how to prevent from this?
Thanks in advance.
Comment