Neokernel API

XHTMLFormWriter.writeSelectItem(String, String, String) Method

Writes a SELECT OPTION to the form output. If the name is equal to the currentSelection the item is selected; otherwise it is not selected. Calls to this method must be surrounded by calls to writeSelectHeader and writeSelectFooter.

public override void writeSelectItem(
   string name,
   string value_Renamed,
   string currentSelection
);

See Also

XHTMLFormWriter Class | com.neokernel.httpd Namespace | XHTMLFormWriter.writeSelectItem Overload List