Hi,
I am using .net 2.0. I have a .aspx page with vb.net as codebehind.
My form has one dropdown, 2 listboxes with add & remove button. During pageload I am loading all the values from the db to dropdown and after pageload, If I select value from the dropdown will load the data into the first listbox.
I can select 1 or multiple values in the listbox and click on Add button will copy the data from source listbox to destination.
Now how do I get all the values in the listbox using vb.net code ?
Note: NOT the selected value. But I need all the values in the second listbox.
Thanks,
Kanda.
I am using .net 2.0. I have a .aspx page with vb.net as codebehind.
My form has one dropdown, 2 listboxes with add & remove button. During pageload I am loading all the values from the db to dropdown and after pageload, If I select value from the dropdown will load the data into the first listbox.
I can select 1 or multiple values in the listbox and click on Add button will copy the data from source listbox to destination.
Now how do I get all the values in the listbox using vb.net code ?
Note: NOT the selected value. But I need all the values in the second listbox.
Thanks,
Kanda.
Comment