I need to create and populate a ListView with 3 strings that come from another function. I also want to be able to select multiple pieces of the data to change their values during runtime (is that possible with ListView?).
I’ve looked all over online for info on this, but I can’t seem to find any. If someone would could give me some insight on the best way to do this, I would really appreciate it.
I’ve seen somethings on GridView as well. Would that be better for this application?
I must admit that i’ve no clue what you’re actually asking. But yes, you can bind 3 Strings to a
ListViewcoming from “another function” 🙂You can handle
ItemDataBoundto change values in the ListItems:The page’s codebehind:
This simply reverses all strings.