WFDropDownList

The implementation of this Web Control shows a drop-down list for which to select a value on the page at run time.

Properties

Field Name Definition
BindingName

The BindingName property allows you to type in a name that becomes the custom attribute name. You can also select the XPath of the data element contained within the XML Schema file for which to bind this control.

Click on the BindingName property, the Select XPath from XML Schema window appears.

Choose an XPath node for which to bind and click OK.

Inherits

  • System.Web.UI.WebControls.DropDownList
  • WFDataBindingControl

Usage

Not applicable.