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
Public method Static member GetHtmlSelectOptions(IDictionary<(Of <<'(String, String>)>>), String)
Renders HTML select options based on the given dictionary.
Public method Static member 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.

See Also

Utility Class
Utility Members
Smartsite.Web Namespace
Advanced