shanebrennan1968
Programmer
Hi everyone, I am extremely new to ASP.NET, but I'm learning fast - but I've hit an small problem, and I would appreciate any advice on how to move forward with a small issue.
I have some client details displayed using a FormView which I have bound to a DAL and BLL sucessfully and I am able to store and update info. But not I want to expand 1 of the fields called "GeoArea".
Currently I have a listbox that lists all the available geographic aread (from another data source) and I can easily select 1 field then update the changes. Now I want to expand this to allow me to select multiple regions that this client deals with. I've set the ListBox control to multi-select and it works great, but only remembers the last selected item.
So my question is what is the best way forward in achieving this?
I have some client details displayed using a FormView which I have bound to a DAL and BLL sucessfully and I am able to store and update info. But not I want to expand 1 of the fields called "GeoArea".
Currently I have a listbox that lists all the available geographic aread (from another data source) and I can easily select 1 field then update the changes. Now I want to expand this to allow me to select multiple regions that this client deals with. I've set the ListBox control to multi-select and it works great, but only remembers the last selected item.
So my question is what is the best way forward in achieving this?