KeywordsBindListControl(ListControl, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, String, String, String) 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,
string addFields,
string orderBy,
string optGroupColumn = ""
)
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,
addFields As String,
orderBy As String,
Optional optGroupColumn As String = ""
)
Parameters
- control ListControl
-
- tableName String
-
- textField String
-
- valueField String
-
- pleaseSelect String
-
- filter String
-
- prefixFields Boolean
-
- useDev Boolean
-
- replaceItems Boolean
-
- cacheInContextItems Boolean
-
- addFields String
-
- orderBy String
-
- optGroupColumn String (Optional)
-