austin

austin

  • NA
  • 1
  • 0

NameValue Pair to ListView

Jan 20 2009 9:42 PM
I am having trouble loading a NameValue:

public static NameValue[] Stuff = new NameValue[] {
            new NameValue("stringhere1","stringhere2"),
}

into a 2 column ListView. If someone could please help me with the code for looping through the NameValues and adding them as subitems in a 2 column ListView I would be most grateful! :)

Like so:

Column1 / Column2
------------------
stringhere1 / stringhere2

Answers (1)