|
-
Feb 4th, 2009, 12:34 AM
#4
Thread Starter
Addicted Member
How read a hash table object
Hi friends,
I am in problem. I am using Asp.Net 2.0 application.I got an output in hash table like
System.Collections.Hashtable
Key: ashok.org
Value:
System.Collections.Hashtable
Key: status
Value:
available
Key: classkey
Value:
domorg
The above hash table output i got it. I want to read this hash table object and i need to get the Key and value both.
I can create hash table object and using IDictionary i can get these Key and Value. But first time i can get Key and write it. Here my Value is in object type and inside I have Key and Value. How can i read the object?? and get the Key and Value inside of Value. Please give me suggestion. Hope yours reply.
Failing to plan is Planning to fail 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|