Example
Source
Run as client-side object
Use
DbNetSpell
to add spell checking capabilities to a textarea
Biographical Details
Considered one of the greatest writers in the English language, he was acclamed for his rich storytelling and memorable caracters, and acheived massive worldwide popularity in his lifetime.The popularity of his novels and short stories has meant that none have ever gone out of print. He wrote serial novels, which was the usual format for fiction at the time, and each new part of his stories would be eagerly antcipated by the reading public.
Register the component libraries
<%@ Register TagPrefix="DNL" Namespace="DbNetLink.Web.UI" Assembly="DbNetLink.DbNetSpell" %>
Server Control
<TABLE> <TR> <TD><H3>Biographical Details</H3><TD> </TR> <TR> <TD> <TEXTAREA ID=biography STYLE="width:400;height:200">Considered one of the greatest writers in the English language, he was acclamed for his rich storytelling and memorable caracters, and acheived massive worldwide popularity in his lifetime.The popularity of his novels and short stories has meant that none have ever gone out of print. He wrote serial novels, which was the usual format for fiction at the time, and each new part of his stories would be eagerly antcipated by the reading public. </TEXTAREA> </TD> </TR> <TR> <TD VALIGN="middle" style="WIDTH:30"> <form id="Form1" name="Form1" method="post" runat="server"> <DNL:DbNetSpell id="spell" runat="Server" ElementId="biography" ButtonTitle="Click to check spelling" VirtualDir=".." > </DNL:DbNetSpell> </form> </TD> </TR> </TABLE>