Datalist & Select Element Usage
This demo page shows:
how to use Data List tag, populate_datalist function and record set variables
how to fill a drop down list with a Data List tag
how to define a look up select element
Create a new sub folder named selectElement
under the site\pages
folder of the installation path.
Form File:
Create a file named selectElement.frmx
and copy/paste the code block showed below into the file.
Code behind File:
Create a file named selectElement.sqlx
and copy/paste the code block showed below into the file.
Controller File:
Output:
Last updated
Was this helpful?