|
SpellCheck
The ASP.NET SpellCheck component, including an electronic dictionary, allows you to easily perform spell check on any ASP.Net control’s text values. The suggestions for correcting misspelled words are provided to the users using a built-in dialog.
Spell Check Dialog
Powerful Search Engine
The suggestion list for a misspelled word is generated using Near Miss Strategy and Phonetic (sounds like) matching.
AJAX Enabled
The control employs cutting edge AJAX style Callback functionality, to retrieve the suggestion list for the misspelled word from the server, without ugly postbacks, which significantly improves performance and lowers the load on the server.
SpellCheck Button
The SpellCheckControl could be rendered with either a button or a link button or an image button, that will easily invoke the spell check operation.
Spell Check Button
Spell Check Image Button
Spell Check from a Context Menu
Customizable Rich UI
The control comes with a built-in rich dialog form with support for customizing the style of misspelled words using CSS. The number of suggestions can also be customized.
Customizable Dictionary
A custom dictionary can be provided for other languages and other contexts.
Restricted Search
The SpellCheck provides a variety of options to customize the search using the SpellCheck engine. It allows to ignore spellcheck on Email Address, Internet urls, words in Upper and mixed case, repeated words and words with Numbers.
|