Is there a spell checker for ASP.NET MVC?

littlechris picture littlechris · Sep 28, 2010 · Viewed 9.9k times · Source

I'm looking for a simple spell checker to use with an text input. My application is being developed in ASP.NET MVC 2 within VS2010. I'm using the 4.0 version of the framework and my application will be accessed via an intranet using IE only.

A jQuery plugin would be ideal, but I'm happy to use any solution.

A step by step tutorial would be greatly appreciated! :)

Thanks

Answer

Eduardo Molteni picture Eduardo Molteni · Nov 9, 2010

Always keep in mind that no matter what technologies you are using for your backend (asp.net MVC) you are using HTML+CSS+Javascript in the client, so being said that, any spell checked that works with Javascript will be good for your project.

Several Javascript spell checked are available, pick the one that fits you the best: