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
Rama Krishna
1.5k
233
1.2k
two list in the hash table
Dec 31 2013 6:03 AM
List<string> str1=new List<string>();
str1.Add("a");
str1.Add("b");
List<string> str2=new List<string>();
str1.Add("apple");
str1.Add("ball");
Hashtable ht = new Hashtable();
ht.Add(str1, str2);
can i check str1 is equal to from the previous page list And display the str2 value as result.
Reply
Answers (
1
)
What is the difference between access modifiers & specifier?
How can convert Pdf document in MS word Format.