I have two listboxes and i am adding listbox1 items to listbox2.
listbox 1 items are loaded from database. so i wanted to store listbox1 value and text to 2D array. how to do that please anyone help me
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Dec 24, 2013, 6:48 AM
// from listbox1 to listbox2
VulpesPosted Nov 11, 2014, 11:12 AM
http://www.devcurry.com/2009/03/bind-arraylist-with-hyperlinks-to.html
jacob leePosted Nov 10, 2014, 9:12 PM
I know that you can use exclamation sign to bind array of simple types (like string) to GridView like this:
But this doesn't seem to be the case with DataNavigateUrlFields
And I get following error:
A field or property with the name '!' was not found on the selected data source.
Can you help me?
samantaPosted Dec 24, 2013, 7:15 AM
i got the solution
samantaPosted Dec 23, 2013, 10:49 PM
i am loading listbox1 items from darabase and its sorted by name.
once i remove items from listbox2, all removed items must be added back to listbox1 and listbox1 must be sorted.
VulpesPosted Dec 23, 2013, 9:19 AM
If it's the latter, can more than one item be selected at once?
samantaPosted Dec 23, 2013, 8:28 AM
once i added selected items from listbox1 to listbox2, selected listbox1 items must be removed.
and once i removed items from listbox2 all removed items must be added to listbox1 with sorted order.
how to do that.
VulpesPosted Dec 23, 2013, 8:17 AM
samantaPosted Dec 23, 2013, 8:06 AM
okay that's correct and now i want to add this 2D array to another listbox.
how can i do that please help me
VulpesPosted Dec 23, 2013, 7:55 AM