forum

Home / DeveloperSection / Forums / Transferring data from one list box to another c#

Transferring data from one list box to another c#

Anonymous User 2306 12-Dec-2013

I have 2 list boxes one is connected to a database the other isnt.

I want to be able to send the selected item from the listbox connected to the database to the one that isnt.

Ive written this code

listBox2.Items.Add(listBox1.SelectedItem);

But instead of copyin the item i get "

System.Data.DataRowView

Anyone having any advice?


c# c# 
Updated on 12-Dec-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By