Howdy
I have a ListView in wich i want some ListBoxes in each row. In these ListBoxes i want tag-names that are assosiated with the thumbnail being displayed in the same row. My problem is that i cannot figure out how to set up a unique data source for each listbox, or how i could filter out unwanted ones if i gave all the same datasource.
Here is image of my ListView:
http://www.home.no/sd7/edit.jpg
If i set up a datasource like this(passing the pictures unique Id to the function, and returning a IQueryable(Of String):
Code:
DataSource='<%# UniqueDataSourceFunction(Eval("Id")) %>'
I get an error that the item is disposed, somehow.. :P