FilterUserControlBase.PopulateListControl(ListControl) Method

Definition

Populates a ListControl object with all the items in a data table that are related to the current table through a foreign key.

public:
 void PopulateListControl(System::Web::UI::WebControls::ListControl ^ listControl);
public void PopulateListControl (System.Web.UI.WebControls.ListControl listControl);
member this.PopulateListControl : System.Web.UI.WebControls.ListControl -> unit
Public Sub PopulateListControl (listControl As ListControl)

Parameters

listControl
ListControl

The control to populate.

Remarks

By default, filter selectors are displayed in a DropDownList control.

Applies to