FilterUserControlBase.PopulateListControl(ListControl) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.