Is there a spell checker for ASP.NET MVC?

Viewed 10395

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

5 Answers

The •jQuery Spell checker is not pure client side code. It uses a PHP page. I know I wasted an evening with that one. It says it supports google but it still needs the php page to access google api.

•jQuery Spell Checked plug-in Google has a limit of uses per day. And limits to ten words per query. If it is a small app then go for it.

I am checking out jspell now. It looks affordable and says it supports asp.net. Yes even that one is not pure client side. It uses a server side page.

Related