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.





Reply With Quote


