This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Overload List
Name | Description | |
---|---|---|
GetHtmlSelect(SXMLDataTable, String) |
Renders HTML select based on the given datatable.
The table may contain 1 or 2 columns. The first column will be used for the option value. The second column will be used as textual data. If the datatable contains only one column, the options will have no value attribute. |
|
GetHtmlSelect(SXMLDataTable, String, Boolean) |
Renders HTML select based on the given datatable.
The table may contain 1 or 2 columns. The first column will be used for the option value. The second column will be used as textual data. If the datatable contains only one column, the options will have no value attribute. |
|
GetHtmlSelect(SXMLDataTable, String, String) |
Renders HTML select based on the given datatable.
The table may contain 1 or 2 columns. The first column will be used for the option value. The second column will be used as textual data. If the datatable contains only one column, the options will have no value attribute. |
|
GetHtmlSelect(SXMLDataTable, String, Boolean, Int32, String) |
Renders HTML select based on the given datatable.
The table may contain 1 or 2 columns. The first column will be used for the option value. The second column will be used as textual data. If the datatable contains only one column, the options will have no value attribute. |
|
GetHtmlSelect(SXMLDataTable, String, Boolean, Int32, String, String) |
Renders HTML select based on the given datatable.
The table may contain 1 or 2 columns. The first column will be used for the option value. The second column will be used as textual data. If the datatable contains only one column, the options will have no value attribute. |