Reputation: 303
Is there any way that I can insert spell check on my textbox.
PROCEDURE
1. When I type text on the multiline textbox it will display red wavy lines below the word that is mispelled.
2. When I click on the red wavy underlined mispelled word, it will display all suggested word.
NOTE
a. If this is not possible it will just display red wavy lines.
b. I'm also using IE8.
c. No buttons must be use. Textbox only.
I tried using javascriptspellchecker but it doesn't work on textbox.
If you could give me some links that is similar with my problem. Thanks.
Upvotes: 0
Views: 2678
Reputation: 66649
I know (and can suggest) the UltimateSpell control, that do what you ask for, but is not free.
http://www.karamasoft.com/Samples.aspx?component=UltimateSpell
Upvotes: 1
Reputation: 914
try using the asp.net spell checker
http://www.asp.net/community/control-gallery/Item.aspx?i=865
Upvotes: 1