When creating a new
DbNetSpell object you supply a single argument which is the ID of the HTML element that will act as the container for the button that initiates the spell checking process. The simplest implementation of
DbNetSpell can be achieved by specifying only the
connectionString and
dictionaryTableName properties and calling the
registerElement method. The
connectionString property is assigned an alias which relates to a full connection string defined in the
web.config file. For more information on creating a connection string for your own database see the
help.