I have two ListBox both are made up of template items bound to different database information.
They have different data but some is common.
When I drag from ListBox1 to ListBox2 I want to insert into the database on ListBox2_Inserting.
I need the attributes that I've assigned to the items in ListBox1 but when I look at the data received in the ListBox2_Inserting there are no attributes.
Can I pass the attributes accross? If so how, as standard code doesn't give me the data?.
They have different data but some is common.
When I drag from ListBox1 to ListBox2 I want to insert into the database on ListBox2_Inserting.
I need the attributes that I've assigned to the items in ListBox1 but when I look at the data received in the ListBox2_Inserting there are no attributes.
Can I pass the attributes accross? If so how, as standard code doesn't give me the data?.