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 | |
---|---|---|
GetHtmlSelectOptions(IDictionary<(Of <<'(String, String>)>>), String) |
Renders HTML select options based on the given dictionary.
|
|
GetHtmlSelectOptions(IDataReader, String) |
Renders HTML select options based on the given reader.
The data reader 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 reader contains only one column, the options will have no value attribute. |