Nanospell Spell Checking Software Components
JavaScript jQuery CKEditor TinyMCE PHP ASP.Net Classic ASP

The ASP.Net Spell Checker

ASP.Net Ajax Integration

ASPNetSpell has native support for ASP.Net AJAX. To get the most out of this - when Installing ASPNetSpell use the AJAX ready version of the DLL.

ASP.NET AJAX Control Toolkit

ASPNetSpell also works with the ASP.NET AJAX Control Toolkit.

For best integration - we suggest that you move the ToolkitScriptManager To the end of your form, rather than the start. This works around an apparent bug in the TabContainer component.

SourceCode:
..
..
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></asp:ToolkitScriptManager>
</form>


File:TabContainer.png