The website I am working on will contain a drop-down list that shows a number of reason codes.
Is it possible to populate a drop-down list with an array derived from
(untested)
this.ddlReasonsWhy.DataSource = reasonsList.getReasons; this.ddlReasonsWhy.DataBind();