Advanced Forum Search Results
-
hi Silverrock,
I am sorry. But still u can use follow the same approach.
ObservableCollection<T> obj;
Store your data in this obj . Obj.Add(yourdatasource)
combobox.itemsource=obj.
if you want to clear obj.clear() then combobox.itemsource=obj.
-
Hi,
Store the datasource for the listbox in an observable collection and then when u want to remove it use objObservable.Clear()
-
Hi,
Store your datasource in observablecollection. If you know how many records will be displayed in a page,take the pageindex and checkall the records in the observable collection by looping it on the click of the button
-
Hi,
you can use webclient to load the image
-
Hi Tehprata,
Try to check by adding the video in clientbin folder.I dont know if its the right approach but its working for me.
-
Hi,
Can you post your sample code here.What your silverlight version?
-
Hi,
Where u have placed your videosource?
-
Hi Sunil,
May be you can try to have dynamic properties for the list and try to pass the value to it. Get the count and create the dynamic property accordlingly
-
Hi Sunil,
You can use either List<yourType> Or ObservableCollection
-
Hi,
All those settings are there by default. I checked it and build the application. I am still unable to get .xap in my clientbin folder