ASPNetSpell (found in AspNetSpell.dll ) can be used to add spellchecking to many types of C# project. In this tutorial we will show you how to add spell specking to:
C# is an ideal language to develop a spellchecker. Its is fast, stable, strongly typed and allows the complex data-structures required to perform advanced spell-checking tasks such as fuzzy logic and phonetic scoring.
ASPNetSpell is the industry leading spellchecking library for C# developers. It differs from other free, simple spellchecking libraries in that:
Drag the SpellTextBox into the web form in place of any normal multi-line text box. The SpellTextBox can be onfudured with c# code-behind using the SpellTextBox Properties
Drag the SpellAutomator control onto you page - and set the FieldToSpellCheck property to the id (or comma separated list of ids) to the field you want to add spellchecking to.
To select the field(s) that AspNetSpell will spell check, change the FieldsToSpellCheck property.