Method | Description | |
---|---|---|
AnyChecked ( |
Determine if at least one ListItem is selected.
|
|
IsSelected ( |
Determine by value if a specific ListControl ListItem is selected. Evaluations are case-insensitive.
|
|
IsSelected ( |
Determine by value if a specific ListControl ListItem is selected.
|
|
SelectedListItems ( |
Find all selected ListItem objects in a List Control object (e.g. CheckBoxList) and return a delimitted string of the selected values.
|
|
SelectedListItems ( |
Find all selected ListItem objects in a List Control object (e.g. CheckBoxList) and return a delimitted string of the selected values.
|
|
SelectedListItems ( |
Find all selected ListItem objects in a List Control object (e.g. CheckBoxList) and return a delimitted string of the selected values.
|
|
SelectedListItems ( |
Find all selected ListItem objects in a List Control object (e.g. CheckBoxList) and return a delimitted string of the selected values.
|
Method | Description | |
---|---|---|
H3Controls ( ) : System |
public static AnyChecked ( |
||
listObject | List Control (like a CheckBoxList). | |
return | System.Boolean |
public static IsSelected ( |
||
listObject | List Control (like a CheckBoxList). | |
itemValue | String | ListItem value which should be evaluated to determine if it is selected or not. |
return | System.Boolean |
public static IsSelected ( |
||
listObject | List Control (like a CheckBoxList). | |
itemValue | String | ListItem value which should be evaluated to determine if it is selected or not. |
ignoreCase | System.Boolean | Set to true if case shuld be ignored. |
return | System.Boolean |
public static SelectedListItems ( |
||
listObject | List Control (like a CheckBoxList). | |
return | String |
public static SelectedListItems ( |
||
listObject | List Control (like a CheckBoxList). | |
surround | System.Boolean | Surround the retruned string with the delimitter string. |
return | String |
public static SelectedListItems ( |
||
listObject | List Control (like a CheckBoxList). | |
delimitter | String | Character(s) to use when delimitting the values. |
return | String |
public static SelectedListItems ( |
||
listObject | List Control (like a CheckBoxList). | |
delimitter | String | Character(s) to use when delimitting the values. |
surround | System.Boolean | Surround the retruned string with the delimitter string. |
return | String |