CountryList Class |
Namespace: Dynamicweb.Controls.OMC
The CountryList type exposes the following members.
| Name | Description | |
|---|---|---|
| CountryList |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| CssClass |
Gets or sets the additional CSS class name to apply.
| |
| OnClientChange |
Gets or sets the callback function that is called whenever list selection changes.
| |
| SelectedCountry |
Gets or sets the two-letter ISO code of the selected country.
|
| Name | Description | |
|---|---|---|
| GetCountries |
Returns a list of all countries that must be rendered.
| |
| GetCountry(CultureInfo) |
Returns country information for the given culture.
| |
| GetCountry(String) |
Returns country information by the given country code.
| |
| GetOnChangeEventHandler |
Returns a proper "onclick" event handler.
| |
| LoadPostData |
Processes postback data.
| |
| OnCountryChanged |
Raises "CountryChanged" event.
| |
| RaisePostDataChangedEvent |
Signals the server control to notify the application that the state of the control has changed.
| |
| Render |
Sender server control content to a provided System.Web.UI.HtmlTextWriter object which writes the content to be rendered on the client.
|
| Name | Description | |
|---|---|---|
| CountryChanged |
Occurs when the currently selected country has been changed since the last postback.
|