Tell me about Dictionary Object?
Answers were Sorted based on User's Feedback
Answer / guest
It it a collection Object used to store "name = value" pair
information. Collection of similar data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sonali
A dictionary is actually just another collection of
Key/Value pairs, just like a HashTable, except that you
declare a type for the Key and Value.
An example of a simple Dictionary object would be something
like:
Dictionary<int, string> newDict = new Dictionary<int,string>();
When you get the key or value, you are given an actual
Object of a specific type. With a HashTable, the Key and
Value are just Objects, meaning they have no type and must
be converted to something in order to be more than just that.
With a dictionary, you can declare the Object types and get
back useful Objects or those types
| Is This Answer Correct ? | 1 Yes | 0 No |
Define a cookies collection?
Distinguish functionalities of ASP in web design.
What happens to a html page?
Define garbage collection?
How add insert options in datagrid control in footer row.
Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick
How to add Textboxes Programmatically in each and every cell of Gridview along with the Excel data in the Gridvew.I mean when i get Excel data in Gridview i need to display Data and Textboxes for each and every cell of Gridview. Got it. Iam new to this concept plz help me. Thanks in Advance.
Hii if you not select open item Management in GL Creation. What is the impact in transaction
How to run FileSystemObject in ASP
What happens to a html page in asp?
Who is asp in police?
How do I open aspx files on android?