KeywordsBindListControl(ListControl, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean) Method
Namespace: Centralpoint.Web.UI.ControlsAssembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
public static void BindListControl(
ListControl control,
string tableName,
string textField,
string valueField,
string pleaseSelect,
string filter,
bool prefixFields,
bool useDev,
bool replaceItems,
bool cacheInContextItems
)
Public Shared Sub BindListControl (
control As ListControl,
tableName As String,
textField As String,
valueField As String,
pleaseSelect As String,
filter As String,
prefixFields As Boolean,
useDev As Boolean,
replaceItems As Boolean,
cacheInContextItems As Boolean
)
Parameters
- control ListControl
-
- tableName String
-
- textField String
-
- valueField String
-
- pleaseSelect String
-
- filter String
-
- prefixFields Boolean
-
- useDev Boolean
-
- replaceItems Boolean
-
- cacheInContextItems Boolean
-