Hello All,
I am newbie , am stuck in middle of the coding. I want to retrieve data from sql database when i am selecting mulitple items from listbox and showing on another listbox in vb.net.
My code only retrieving only one item from listbox and retrieve data from database and showing on another listbox. I am attaching my code with this mail.
Please help me out!
Loading
Mayur DighePosted May 5, 2012, 11:22 AM
Vigin KurakarPosted Apr 25, 2012, 12:28 PM
Mayur DighePosted Apr 22, 2012, 11:27 AM
You can do this .........
just make sure that you have assigned the ListBox's SelectionMode property to
MultiSimple.
Your current code will not work IF SelectionMode is NOT set properly....
so do the required changes...........