When creating a new
DbNetCombo object you supply a single argument which is the ID of the
<select> element that is to be populated. The simplest implementation of
DbNetCombo can be achieved by specifying only the
connectionString and
sql properties and calling the
initialize 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.