Property | Type | Description | |
---|---|---|---|
ShouldSerializeServicePath | bool |
Method | Description | |
---|---|---|
CascadingDropDown ( ) : System | ||
CascadingDropDown_ClientStateValuesLoaded ( object sender, |
||
ParseKnownCategoryValuesString ( string knownCategoryValues ) : |
A helper method to parse the private storage format used to communicate with known category/value pairs.
|
|
QuerySimpleCascadingDropDownDocument ( |
A helper method to provide simple implementation of a method to query a data set and return relevant dropdown content.
|
|
QuerySimpleCascadingDropDownDocument ( |
A helper method to provide simple implementation of a method to query a data set and return relevant dropdown content.
|
Method | Description | |
---|---|---|
ShouldSerializeServicePath ( ) : bool |
public CascadingDropDown_ClientStateValuesLoaded ( object sender, |
||
sender | object | |
e | ||
return | void |
public static ParseKnownCategoryValuesString ( string knownCategoryValues ) : |
||
knownCategoryValues | string | Private storage format string |
return |
public static QuerySimpleCascadingDropDownDocument ( |
||
document | XML document containing the data set | |
documentHierarchy | string | List of strings representing the hierarchy of the data set |
knownCategoryValuesDictionary | Known category/value pairs | |
category | string | Category for which the drop down contents are desired |
return | AjaxControlToolkit.CascadingDropDownNameValue[] |
public static QuerySimpleCascadingDropDownDocument ( |
||
document | XML document containing the data set | |
documentHierarchy | string | List of strings representing the hierarchy of the data set |
knownCategoryValuesDictionary | Known category/value pairs | |
category | string | Category for which the drop down contents are desired |
inputValidationRegex | Regular expression used to validate user input to the web service (to prevent XPath injection attacks) | |
return | AjaxControlToolkit.CascadingDropDownNameValue[] |