Results 1 to 4 of 4

Thread: Keyed array object

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2004
    Posts
    149

    Keyed array object

    I was hoping someone could tell me if there is a keyed array object that I would be able to use in ASP.net.

    Something that would allow me to access the values of the array, not by their subscript in the array but by a key that I would assign to each value.

    Thanks again.

  2. #2
    New Member
    Join Date
    Feb 2005
    Posts
    9

    Re: Keyed array object

    Did you try the ListItemCollection, or the NameValueCollection?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2004
    Posts
    149

    Re: Keyed array object

    No I didnt even think about that, I could definetly give that a whirl.

  4. #4
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: Keyed array object

    Or you could use a Hashtable - part of the System.Collections namespace.

    DJ

    If I have been helpful please rate my post. If I haven't tell me!

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