Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
Easy Query Builder 2.0
Odin Secure FTP Expert 7.7.3
jQuery Accordion Gallery 1.0
PCL to TIFF Converter Shell for Mac 2.0
Fax Server Plus 5.3.0522
Fax Server Pro 5.6.0522
Advanced RSS2Web Professional 3.11.104
Group Mail Manager Premier 2.32.36
RSS Content Generator Premier 3.11.86
Get Remote IP Address in PHP 1.0.0
Elite News Pro2 PHP RSS Reader 2.0
RTF-to-HTML DLL COM, Win32 1.0
Java Download Manager 1.0
VISCOM Video Edit Gold ActiveX SDK 9.21
HTML-to-RTF Pro DLL COM, Win32 1.0
Top Code
ICPennyBid - Penny auction software 3.9
Elite News Pro2 PHP RSS Reader 2.0
ASP.NET Event Calendar in MVC3 Razor 1.0
ICHolidayLettings - Holiday Lettings Site Script 1.2
WebTreeView 1.0
BP-T-Shirt - Custom T-Shirt WebStore Script 1.0
CloudOsys File Upload 2.4b2
X360 Multi-page Tiff Viewer ActiveX OCX 2.69
Metadraw3-OCX
AceDRM 1.0
MetaTags For Websites, Documents & Articles
idCGIRunner 1.5
a-Mac Address Change
TmdMailSlot, TmdWinPopup & TmdSecureMail 1.14
WindowHTML 1.1
Report About ASPNet Spell 2.0
- required fields

Please enter text on the image
  



The AspNetSpell component provides international spell checking for your ASP.Net web forms. It can be installed and integrated into most applications in a few minutes.


AspNetSpell behaves very similarly to MS Word's own spellchecker, making this software familiar to users. The software includes familiar features such as Grammar Checking and Personal Dictionaries.


AspNetSpell is compatible with ASP.Net 1 and 2 (C# / VB.Net / J# / C++ .Net). The code it delivers is W3C HTML and XHTML compliant, and has a good degree of accessibility.


International Language Support
========================
AspNetSpell has excellent international language support. In addition, you can setup custom dictionaries from text files. The primary languages supported are:


Danish
English (Australia)
English (Canada)
English (International)
English (UK)
English (USA)
French
German
Italian
Dutch
Portuguese
Spanish
Swedish


Quickstart Guide
========================
Quickstart Guide
Once you have downloaded and unzipped AspNetSpell to a convenient location on your hard disk, you have 2 primary sets of files:


1. AspNetSpell.dll
Add this to your Visual Studio toolbox. For full instructions, refer to the installation reference


2. A Directory of files labeled AspNetSpell
Copy and paste this to the root folder of your website project. You do not need to add this to the application in Visual Studio.


Using AspNetSpell for the First Time
Drag the AspNetSpell control from the toolbox onto your ASPX web form in design mode.
You will see that it renders as a spell check button (if not read this).


To select the field(s) that AspNetSpell will spell check, change the FieldsToSpellCheck property.


FieldsToSpellCheck is very diverse in that you can enter a Design time or Run Time id for any object in the webpage - and it can be spellchecked. In Visual Studio 2005, it will automatically give you a list of IDs to choose from.

Back