KeywordsBindListControl(ListControl, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean) Method

Definition

Namespace: Centralpoint.Web.UI.Controls
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static void BindListControl(
	ListControl control,
	string tableName,
	string textField,
	string valueField,
	string pleaseSelect,
	string filter,
	bool prefixFields,
	bool useDev,
	bool replaceItems,
	bool cacheInContextItems
)

Parameters

control  ListControl
 
tableName  String
 
textField  String
 
valueField  String
 
pleaseSelect  String
 
filter  String
 
prefixFields  Boolean
 
useDev  Boolean
 
replaceItems  Boolean
 
cacheInContextItems  Boolean
 

See Also