Reputation: 6432
Does anyone know if any spell checker controls exist for Asp.Net textboxes? I need a control that will check the textbox currently being edited by the user and prompt them of spelling mistakes.
Thanks in advance.
Upvotes: 1
Views: 5318
Reputation: 25310
Telerik do one which is quite good see:
http://www.telerik.com/products/aspnet-ajax/spell.aspx
Upvotes: 2
Reputation: 1510
There is a Checkspelling project on codeplex that might help ?
http://www.codeproject.com/KB/aspnet/checkspelling.aspx
Upvotes: 0