Click here to Skip to main content
16,012,061 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am doing a online-dictionary project in asp.net.i want to display the word typed in the textbox in a div area with that word's meaning and some word suggestions.
for eg:if 'ab' is typed in textbox, its meaning and below that it should display the remaining words like abacus,abbot...i.e.alphabetically.
can any one help me pls..
Posted
Updated 20-Jul-11 8:48am
v2

1 solution

I would use a server-side CustomValidator that would determine the meaning and synonyms, and update a asp:Panel with the data.
 
Share this answer
 
Comments
kwhiterosek 21-Jul-11 5:27am    
hello sir,May i know how the customvalidator would determine the meaning?
#realJSOP 21-Jul-11 7:39am    
Well, I assume you're going to access a database with the words and their definitions, so when the validator kicks in, it would access the database for the specified word, and pull out the related data.

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