c# - custom spell checker for asp.net -


i want implement spell checker text areas. browsed couldn't find super-light weight, plug , play kind of spell checker. hence thinking of writing myself.

basically want check spellings entered in text area word dictionary stored in text file. if word spelled wrong, word should highlighted red , user should able right click , see correct spelling options.

what wold need write asp.net mvc? alternative suggestions welcome

haven't tried myself can try ckeditor spell checker. below link:

http://docs.ckeditor.com/#!/guide/dev_spellcheck-section-the-native-spell-checker


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -