Click here to Skip to main content
16,016,290 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to develop a dictionary application using asp.net..Is it possible??can anyone help me plzzz??
Posted
Comments
Richard MacCutchan 28-Jan-13 5:25am    
Yes it's possible, but first you will need to set up a database with all your entries. Then all you need is to search your database for definitions based on user input.

1 solution

The Dictionary object is used to store information in name/value pairs.
Keys are used to identify the items in a Dictionary object. Dictionaries are strongly typed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900