| Name | Description |
| Category |
Category of this DropDownList (used when communicating with the helper web service)
|
| ContextKey |
User/page specific context provided to an optional overload of the
web method described by ServiceMethod/ServicePath. If the context
key is used, it should have the same signature with an additional
parameter named contextKey of type string.
|
| EmptyText |
Optional text for the option displayed when the list is empty
|
| EmptyValue |
Optional value for the option displayed when the list is empty
|
| LoadingText |
Optional text displayed by a DropDownList when it is loading its data
|
| ParentControlID |
Optional ID of the parent DropDownList (upon which the contents of this control are based)
|
| PromptText |
Optional text displayed by a DropDownList the user has not yet touched.
If omitted, first item in the dropdown is selected
|
| PromptValue |
Optional value for the option displayed by a DropDownList showing the PromptText
|
| SelectedValue |
Selected value of the drop down
|
| ServiceMethod |
Name of the web service method
|
| ServicePath |
Path to the helper web service
|
| UseContextKey |
Whether or not the ContextKey property should be used. This will be
automatically enabled if the ContextKey property is ever set
(on either the client or the server). If the context key is used,
it should have the same signature with an additional parameter
named contextKey of type string.
|
| Name | Description |
| Constructor |
Constructor
|
| CascadingDropDown_ClientStateValuesLoaded(System.Object, System.EventArgs) |
Populate DropDownLists with their SelectedValues
|
| ParseKnownCategoryValuesString(System.String) |
Helper method to parse the private storage format used to communicate known category/value pairs
|
| QuerySimpleCascadingDropDownDocument(System.Xml.XmlDocument, System.String[], System.Collections.Specialized.StringDictionary, System.String) |
Helper method to provide a simple implementation of a method to query a data set and return the relevant drop down contents
|
| QuerySimpleCascadingDropDownDocument(System.Xml.XmlDocument, System.String[], System.Collections.Specialized.StringDictionary, System.String, System.Text.RegularExpressions.Regex) |
Helper method to provide a simple implementation of a method to query a data set and return the relevant drop down contents
|
| ShouldSerializeServicePath |
Prevent the service path from being serialized when it's empty
|
| Name | Description |
| Category | Category of this drop down |
| contextKey | User/page specific context provided to an optional overload of the
web method described by ServiceMethod/ServicePath. If the context
key is used, it should have the same signature with an additional
parameter named contextKey of type string. |
| EmptyText | Text for the option displayed when the list is empty |
| EmptyValue | Value for the option displayed when the list is empty |
| LoadingText | Loading text to to be displayed when getting the drop down's values from the web service |
| ParentControlID | ID of the parent drop down in a hierarchy of drop downs |
| PromptText | Prompt text displayed as the first entry in the drop down |
| PromptValue | Value for the option displayed by a DropDownList showing the PromptText |
| SelectedValue | Selected value of the drop down |
| ServiceMethod | Name of the method to invoke on the web service |
| ServicePath | Path to the web service |
| useContextKey | Whether or not the ContextKey property should be used. This will be
automatically enabled if the ContextKey property is ever set
(on either the client or the server). If the context key is used,
it should have the same signature with an additional parameter
named contextKey of type string. |