TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
seema.adhav
NA
11
0
Hashtable, ArrayList etc.
Feb 18 2004 1:34 PM
I use hashtable to store my objects in memory. Now what i am finding out is that there is a convinient .Add() method but no .Get method. Everytime i need my object i have to get the IDictionaryEnumerator by using .GetEnumerator() method and then loop thru to find my object. Samething applies for ArrayList. Pls. help 'cause the looping code is ugly and i am sure it will effect the performance. Is there a better way other than looping?? OR a better way to store objects in memory.
Reply
Answers (
1
)
Problems on class writing?
ListControl - DataBinding (Update)