Content management and online databases commonly allow users to enter large amounts of text into HTML textbox, text area and other form elements and it is often desirable to check and correct the spelling of such text at time of input.
It should be possible to place a "Spell Check" button on the page alongside the input text and have a process check the spelling of the text in question and offer corrections before updating the text back into the original control.
Submit a new solution to this problem >
This simple solution illustrates the use of Telerik RadSpell to check spelling of text in web page elements in ASP.Net. The resultant wep page receives input to an ASP.Net multi-line Textbox control and a "Spell Check" button causes a pop-up window to appear which offers suggestions for worlds which do not match its dictionary.