Results 1 to 23 of 23

Thread: How to SET the value of a Listview / Combobox item?

Hybrid View

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2007
    Posts
    35

    Re: [2005] How to SET the value of a Listview / Combobox item?

    Thanks bmahler. It´s working

    So many code for such a easy thing.
    Last edited by belinea2003; Aug 13th, 2007 at 12:48 PM.

  2. #2

    Thread Starter
    Member
    Join Date
    Aug 2007
    Posts
    35

    Re: [RESOLVED] How to SET the value of a Listview / Combobox item?

    A last question: How can I add more persons?

    HTML Code:
    person.Name = "John Smith"
    person.PhoneNumber = "555-125-4456
    people.Add(person)
    person.Name = "John Sinclair"
    person.PhoneNumber = "777-125-4456
    people.Add(person)
    person.Name = "John Johnsen"
    person.PhoneNumber = "999-125-4456
    people.Add(person)
    ... doesn´t work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width