ASP.Net and JavaScript SpellCheck

JavaScript SpellCheck can easily be used as part of an ASP.Net Application.


Step 1. Install javascript Spell Check

This only takes a few minutes, Find out how .

Step 2. Develop Javascript

Develop JavaScript functions and HTML buttons for your custom spell checking activity

Step 3. Wrap the Javascript in an ASP.Net control

Create your own custom control ASP.Net containing the HTML and JavaScript your developed.

Visual Studio 2005 Compatability

Visual Studio 2005 uses its own web server (Cassini) and this doesn't allow asp pages to be rendered. It will appear that the spell checker doesn't work until uploaded to an independent web server.

To work around this, you must open your web project as an http: and place it inside of the IIS folder structure ( C:\inetpub\wwwroot ).