Click here to Skip to main content
15,905,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make a spell checker without using any 3rd party component for my ASP.NET project.

It will be OK for free 3rd party component, so that I can use it to check the spells for several textboxs fields.
Ideally it works like microsoft word spell checker, it will show suggestion words list for user to pick up if there is mis-spell word.
It will also allow user to enter user customerized word.

I found several 3rd party components which works well.

Could you tell me is there any spelling check sample which doesn't use any not free 3rd part components?

Your help will be appreciated.

Thanks in Advance.
Posted
Updated 5-Jun-11 21:37pm
v3
Comments
Dalek Dave 6-Jun-11 3:38am    
Edited for Grammar and Readability.

Fortunately for you, there's the truly wonderful and freely available NHunspell. More importantly, there's a really wonderful article here on Code Project that should help. More details are available here[^].
 
Share this answer
 
Comments
Dalek Dave 6-Jun-11 3:38am    
Good Old CP Archive!
RaviRanjanKr 11-Jun-11 15:55pm    
Nice Share, My 5 :)
hi,

http://www.aspnetspell.com/[^]

this will help
 
Share this answer
 
Comments
Dalek Dave 6-Jun-11 3:38am    
Good Link
anvas kuttan 6-Jun-11 4:59am    
thank you
hi.
try the links below.

[1]
[2]
[3]


hope it helps.
goodluck. :)


-chaosgray-
 
Share this answer
 
Comments
Dalek Dave 6-Jun-11 3:38am    
Good Links.
chaosgray 6-Jun-11 3:44am    
thanks. :)
Thanks for all your help, since I couldn't use licensed 3rd party component, so that the solution which Pete O'Halen prodided is the one which I am looking for. I downloaded the source code and run it, I got 4 errors as
'The type or namespace name 'Script' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)', I added 'system.web.extensions' as reference to solve that error, then I got another error as
'<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">', I commend this line out in Config.web file, the program was running, everything seems OK, but I got an error as
'a server error occured during spellcheck', please help me to solve that wrror. Thanks again.
 
Share this answer
 
Hi,
Use Jquery instead,Check the below plugins
http://www.opencomponents.com/spellayt/demo/[^]
http://brandonaaron.net/code/spellcheck/demos[^]

Hope this will help,
 
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