adding value to list item? c#.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • libish
    New Member
    • Oct 2008
    • 42

    adding value to list item? c#.net

    can we add a value to a list item??
    i got a list with some list members
    here can we add a value to that list item???
    ie.

    suppose a list contains items like
    "item1"
    "item2"
    "item3" etc...

    what i would like to know is that, wethr i could add a value to the list item
    for ex. adding value item1=5" and i want to retrieve the value when the list item is selected?
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    I would suggest using a Dictionary.

    Comment

    Working...