hai dani,

how to add an array item into a collection in xaml.cs

im trying with the following code

var video = e.result;
listbox1.ItemSource=video[0];

here video is the collection.

Recommended Answers

All 4 Replies

No doubt about it. Of course yes.

No doubt about it. Of course yes.

but i get a problem i conversion for Ienumerable

>hai dani,
funny :)

Is e.result an array?

var video = e.result;
listbox1.ItemSource=video;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.