dropdownlist

  • 网络控件;下拉
dropdownlistdropdownlist
  1. DropDownList containing the list of available export formats : MHTML , PDF and TIFF .

    下拉列表控件,它包含了可用的导出格式:MHTML,PDF和TIFF。

  2. The Web service is called when a selection is made in the DropDownList control .

    在DropDownList控件中执行选择的时候,调用Web服务。

  3. Other controls , such as the DropDownList , can also be bound to the data source controls .

    其他控件(例如,DropDownList)也可以绑定到数据源控件。

  4. Calls the databind method of the DropDownList control to bind the data to the control .

    调用DropDownList控件的databind方法把数据绑定到控件中。

  5. The employee 's full name could be displayed in the DropDownList while the EmployeeID could be bound to the control as its underlying data value field .

    雇员的全名可以显示在DropDownList中,而EmployeeID可以作为控件的基础数据值字段绑定到该控件。

  6. The Style property of the TComboBox is set to DropDownList , and the Items list if filled with the possible field types I mentioned earlier .

    TComboBox的样式属性被设为DropDownList,Items列表填充了前面提到的可能字段类型。

  7. There is a DropDownList control that is bound to a SqlDataSource source control the retrieves a list of customers from the Northwind database .

    有一个DropDownList控件,它绑定到一个从Northwind数据库中检索客户列表的SqlDataSource源控件。

  8. The Text property of the list item corresponds to the display name in the dropdownlist and the Value property of the list item is the column name of the data source .

    它的Text属性对应的显示名称在DropDownList和列表项的值属性是数据源的列名。

  9. Fortunately , the new GridView is the logical successor to the DataGrid and it uses control state properly , as do the new versions of the TextBox and DropDownList controls .

    幸运的是,新的GridView是DataGrid的逻辑继承者,它像TextBox和DropDownList控件的新版本一样正确使用控件状态。